|
|||||||
| Earlier versions of OOTP: General Discussions General chat about the game... |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#61 (permalink) |
|
Bat Boy
Join Date: Feb 2009
Posts: 15
|
error: libmysqlclient.so.15
Very excited to try the Linux version. When I run ootp9 from the command line I get:
ootp9: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory However, this library is installed: ~$ locate mysqlclient /usr/lib/libmysqlclient.a /usr/lib/libmysqlclient.la /usr/lib/libmysqlclient.so /usr/lib/libmysqlclient.so.15 /usr/lib/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient_r.a /usr/lib/libmysqlclient_r.la /usr/lib/libmysqlclient_r.so /usr/lib/libmysqlclient_r.so.15 /usr/lib/libmysqlclient_r.so.15.0.0 /usr/share/doc/libmysqlclient15-dev /usr/share/doc/libmysqlclient15off /usr/share/doc/libmysqlclient15-dev/EXCEPTIONS-CLIENT.gz /usr/share/doc/libmysqlclient15-dev/changelog.Debian.gz /usr/share/doc/libmysqlclient15-dev/copyright /usr/share/doc/libmysqlclient15-dev/examples /usr/share/doc/libmysqlclient15-dev/examples/udf_example.c.gz /usr/share/doc/libmysqlclient15off/EXCEPTIONS-CLIENT.gz /usr/share/doc/libmysqlclient15off/NEWS.Debian.gz /usr/share/doc/libmysqlclient15off/README.Debian /usr/share/doc/libmysqlclient15off/changelog.Debian.gz /usr/share/doc/libmysqlclient15off/copyright /usr/share/lintian/overrides/libmysqlclient15-dev /var/lib/dpkg/info/libmysqlclient15-dev.list /var/lib/dpkg/info/libmysqlclient15-dev.md5sums /var/lib/dpkg/info/libmysqlclient15-dev.postinst /var/lib/dpkg/info/libmysqlclient15-dev.postrm /var/lib/dpkg/info/libmysqlclient15-dev.shlibs /var/lib/dpkg/info/libmysqlclient15off.list /var/lib/dpkg/info/libmysqlclient15off.md5sums /var/lib/dpkg/info/libmysqlclient15off.postinst /var/lib/dpkg/info/libmysqlclient15off.postrm /var/lib/dpkg/info/libmysqlclient15off.shlibs Regards. |
|
|
|
|
|
#63 (permalink) |
|
Developer PISD & OOTP
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
|
I am runnign Ubuntu 8.10 but I have no idea what silly name that it. I am a bit stumped by this one. All I can think is maybe you dont have enough rights to access that file. Try this and see if you get errors:
cat /usr/lib/libmysqlclient.so.15 > /dev/null If you get an error then you have not got rights to read that file. If you dont get an error then I dont have a clue whats happening. Anyone else got any ideas here? |
|
|
|
|
|
#65 (permalink) |
|
Developer PISD & OOTP
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
|
I am out of ideas now I am afraid. I am sure I could work it out if I was in front of the machine but remotely I dont know where to go next. Would you be happy to setup an ssh login for me as a std user so I can try to debug your problem? If you are then private message me the login details.
Failing that I can only appeal to others on the list that may have a good idea what to check next. Anyone? |
|
|
|
|
|
#66 (permalink) |
|
Minors (Rookie Ball)
Join Date: Jan 2002
Posts: 24
|
Linux Knoppix on flash drive
I have installed Linux Knoppix 6.0.1 on an 8 gig usb drive and am able to boot my laptop with it and run linux. (I cannot install linux to my laptop hardrive as I do not have admin rights). I was able to install and run ootp9 with no problems after I installed it and did not do a reboot. I did not purchase it yet. Once I reboot the ootp program is non existent. Do I have to purchase it first so it is not wiped out when I terminate linux or am I missing something with linux?
|
|
|
|
|
|
#67 (permalink) | |
|
Developer PISD & OOTP
Join Date: Apr 2008
Posts: 508
Thanked 215x in 29 posts
|
Quote:
1) is it a USB drive or a USB flash stick? 2) Are you running a Knoppix version designed for USB keys or a standard disk install? 3) please type the command "mount" on the command line a post me the results. Cheers Paul |
|
|
|
|
|
|
#68 (permalink) |
|
Minors (Rookie Ball)
Join Date: Jan 2002
Posts: 24
|
flash drive linux
1. It is a PNY 8 gig usb 2.0 flash drive
2. Knoppix designed to be installed to a flash drive. 3. Mount info knoppix@Microknoppix:~$ mount rootfs on / type rootfs (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) /dev/sr0 on /mnt-system type iso9660 (ro) tmpfs on /ramdisk type tmpfs (rw,size=1048576k) /dev/cloop on /KNOPPIX type iso9660 (ro) unionfs on /UNIONFS type aufs (rw,noatime,si=100c6fb0,xino=/ramdisk/.aufs.xino,noplink,br:/ramdisk=rw:/KNOPPIX=ro) unionfs on /home type aufs (rw,noatime,si=100c6fb0,xino=/ramdisk/.aufs.xino,noplink,br:/ramdisk=rw:/KNOPPIX=ro) usbfs on /proc/bus/usb type usbfs (rw) tmpfs on /UNIONFS/var/run type tmpfs (rw,size=10240k) tmpfs on /UNIONFS/var/lock type tmpfs (rw,size=10240k) tmpfs on /UNIONFS/var/log type tmpfs (rw,size=102400k) tmpfs on /tmp type tmpfs (rw,size=1048576k) udev on /dev type tmpfs (rw,size=20480k) tmpfs on /dev/shm type tmpfs (rw,size=1048576k) devpts on /dev/pts type devpts (rw,mode=1777) /dev/sdb1 on /media/sdb1 type vfat (rw,nosuid,nodev,uid=1000,gid=1000,fmask=0000,dmas k=0000,allow_utime=0022,codepage=cp850,iocharset=i so8859-1,shortname=winnt) knoppix@Microknoppix:~$ I may be that this KNoppix is not saving data. I am going to try and save bookmarks and reboot to see if they are saved. I am in the process of downloading a Kubunto 8.10 and install it via Boot and run Linux from a USB flash memory stick | USB Pen Drive Linux BTW, If I get this to work this will be great Right now having played 00tp5 and going to ootp9 and then 10 is a big improvement thanks for the help |
|
|
|
|
|
#69 (permalink) |
|
Minors (Rookie Ball)
Join Date: Jan 2002
Posts: 24
|
Ok I found out that when Linux starts there is a question on how large a file I want to store data. I needed to put a large size like 900MB so the game can be saved. This seems to work for now. Thanks for your input.
|
|
|
|
|
|
#70 (permalink) |
|
Bat Boy
Join Date: Apr 2009
Posts: 1
|
easy question guys... downloaded and installed the linux version and all runs well... except for the missing data base error. I seen a few posts ago the script to run and fix the error, but.... how do you "run" the script in the directory? I'm very new to linux... thanks in advance for your help!
|
|
|
|
|
|
#71 (permalink) | |
|
Moderator
Join Date: May 2007
Location: Dallas, TX
Posts: 279
Thanked 5x in 4 posts
|
Quote:
Place the text file into the directory that holds your database. Change the permissions to the text file to make sure it is executable (i.e. chmod 755 textfile) Execute the text tile (.i.e ./textfile)
__________________
Ray Linux - Kubuntu 8.10 32-Bit Linux - Gentoo 2.6.33-gentoo-r2 x86_64 Linux - Xubuntu 9.10 64-Bit Linux - Linux Mint 8 KDE 64-Bit Linux - Ubuntu 10.04 LTS 32-Bit and 64-Bit |
|
|
|
|
|
|
#72 (permalink) |
|
Bat Boy
Join Date: Dec 2008
Posts: 4
|
Hello everyone !
I'm french, please excuse my english. I've just move from Windows Vista to Ubuntu 10.10 I wanted to use the License Number I have on Vista for Ubuntu but I can't. Where can I find a License Number for Ubuntu ? I still have my Order ID. This link is dead : https://www.pisd.co.uk/peds/ootpdev/login/html |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|