Did a clean install of the 0.4.00 Linux client on an Ubuntu Feisty Fawn system, without any issues.
Ran ./pssetup from the install directory without issue, and set various options.
Ran ./psclient and got the vorbis shared library error.
Did the fix mentioned on this forum, copied the file from my system, and the error went away.
Now I get the following error when re-running ./psclient:
Your configuration files are in... /my/home/dir/.PlaneShift
DEBUG: Sound System Software Renderer Initializing...
planeshift.application.client:
PlaneShift Steel Blue (0.4.00)
This game uses Crystal Space Engine created by Jorrit and others
1.2.0 [Unix-x86-GCC]
561) LOG_ANY flag deactivated with no filter.
561) LOG_WEATHER flag deactivated with no filter.
561) LOG_SPAWN flag deactivated with no filter.
561) LOG_CELPERSIST flag deactivated with no filter.
562) LOG_PAWS flag deactivated with no filter.
562) LOG_GROUP flag deactivated with no filter.
562) LOG_CHEAT flag deactivated with no filter.
562) LOG_LINMOVE flag deactivated with no filter.
563) LOG_SPELLS flag deactivated with no filter.
563) LOG_NEWCHAR flag deactivated with no filter.
563) LOG_SUPERCLIENT flag deactivated with no filter.
563) LOG_EXCHANGES flag deactivated with no filter.
563) LOG_ADMIN flag deactivated with no filter.
563) LOG_STARTUP flag deactivated with no filter.
564) LOG_CHARACTER flag deactivated with no filter.
564) LOG_CONNECTIONS flag deactivated with no filter.
564) LOG_CHAT flag deactivated with no filter.
564) LOG_NET flag deactivated with no filter.
564) LOG_LOAD flag deactivated with no filter.
564) LOG_NPC flag deactivated with no filter.
564) LOG_TRADE flag deactivated with no filter.
565) LOG_SOUND flag deactivated with no filter.
565) LOG_COMBAT flag deactivated with no filter.
565) LOG_SKILLXP flag deactivated with no filter.
565) LOG_QUESTS flag deactivated with no filter.
565) LOG_SCRIPT flag deactivated with no filter.
565) LOG_MARRIAGE flag deactivated with no filter.
566) LOG_MESSAGES flag deactivated with no filter.
566) LOG_CACHE flag deactivated with no filter.
566) LOG_PETS flag deactivated with no filter.
566) LOG_USER flag deactivated with no filter.
566) LOG_LOOT flag deactivated with no filter.
566) LOG_DUELS flag deactivated with no filter.
567) LOG_TRIBES flag deactivated with no filter.
567) All LOGS are off.
Mounting skin: /this/art/skins/elves.zip
995) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
996) Could not open image: >/this/art/gui/border/topleft.png<
996) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
996) Could not open image: >/this/art/gui/border/topright.png<
996) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
996) Could not open image: >/this/art/gui/border/bottomleft.png<
996) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
996) Could not open image: >/this/art/gui/border/bottomright.png<
997) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
997) Could not open image: >/this/art/gui/border/leftmiddle.png<
997) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
997) Could not open image: >/this/art/gui/border/rightmiddle.png<
997) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
997) Could not open image: >/this/art/gui/border/topmiddle.png<
997) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
997) Could not open image: >/this/art/gui/border/bottommiddle.png<
997) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
998) Could not open image: >/paws/base/maps/leather/top_left_1.png<
998) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
998) Could not open image: >/paws/base/maps/leather/top_right_1.png<
998) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
998) Could not open image: >/paws/base/maps/leather/bottom_left_1.png<
998) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
998) Could not open image: >/paws/base/maps/leather/bottom_right_1.png<
998) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
998) Could not open image: >/paws/base/maps/leather/left_1.png<
998) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
999) Could not open image: >/paws/base/maps/leather/right_1.png<
999) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
999) Could not open image: >/paws/base/maps/leather/top_1.png<
999) <src/common/paws/pawsimagedrawable.cpp:56 PreparePixmap>
999) Could not open image: >/paws/base/maps/leather/bottom_1.png<
Mounting skin: /planeshift/art/skins/base/client_base.zip
psEngine initialized.
Using fontsize 19 for resolution 1440x900
./psclient.bin: symbol lookup error: ./psclient.bin: undefined symbol: ov_test_callbacks
This appears to be an error in the PS program itself, so I'm not sure what to do at this point.
Any help would be appreciated, thank you.
Edit 1:
After some research, I see that "ov_test_callbacks" is part of Ogg/Vorbis, not specific to PlaneShift. So by the looks of it, Feisty Fawn's libvorbis is not compatible with PS. I will hunt down another vorbis shared library and see if that fixes the issue.
Edit 2:
Issue solved. I did not notice that there was a libvorbisfile and libvorbis .so file in /usr/lib, and copied the wrong one. Oops !