project-navigation
Personal tools

Author Topic: unable to install on AMD64 Ubuntu 7.10  (Read 3775 times)

Offline borisattva

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
unable to install on AMD64 Ubuntu 7.10
« on: December 31, 2007, 11:20:44 pm »
during the ./configure phase i had some libraries come up as missing (as expected).
installing one at a time and retrying worked until i reached package 'libvorbisfile'

in synaptics i have:
libvorbisfile3 (was already installed)
libvorbisfile-ruby
libvorbisfile-ruby1.8

i installed the other 2 and retried but still getting:
configure: error: couldn't find libvorbisfile!


please advise

Punkiee

  • Guest
Re: unable to install on AMD64 Ubuntu 7.10
« Reply #1 on: January 01, 2008, 07:09:30 pm »
Can you locate the related libvorbis files on HD? On which path?

Offline borisattva

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: unable to install on AMD64 Ubuntu 7.10
« Reply #2 on: January 01, 2008, 07:33:33 pm »
libvorbisfile.so.3
libvorbisfile.so.3.2.0
in both
/usr/lib32
and
/usr/lib

Offline borisattva

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: unable to install on AMD64 Ubuntu 7.10
« Reply #3 on: January 02, 2008, 01:48:41 am »
just for the record:

sudo apt-get install libsdl1.2-dev libsdl-ttf2.0-dev libvorbis-dev libjpeg62-dev \
libpng12-dev libncurses5-dev libcurl3-dev libsdl-mixer1.2-dev

resolves the missing dependency

Offline mattheus

  • Rookie
  • ***
  • Posts: 59
    • View Profile
Re: unable to install on AMD64 Ubuntu 7.10
« Reply #4 on: January 02, 2008, 02:44:29 am »
I have also last Ubuntu Gutsy (7.10)  version for AMD64 processor. Game works fine (compiled dev2.3 from trunk), but there is mess with GtkRadiant. I was able to unpack and run a compiled version from site of UFO AI beta versions, but it will crash in doing anything related in save or load/import. Downloading from radiant official repository and compiling gives errors also after installing needed dependencies. Or maybe I have still missed omething, because it claims:
Code: [Select]
sh: xml2-config: not found
In file included from contrib/shaderplug/shaderplug.h:25,
                 from contrib/shaderplug/shaderplug.cpp:22:
libs/xml/xmltextags.h:31:26: error: libxml/xpath.h: No such file or directory
libs/xml/xmltextags.h:32:30: error: libxml/xmlwriter.h: No such file or directory

Do you or anyone has working order GtkRadiant in Ubutu 64 bit version? It's so ugly to change between Vista and Ubuntu for this.