Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: wolf_core on August 01, 2012, 02:35:34 AM

Title: Tiny core 4.5.6 and php5 missing
Post by: wolf_core on August 01, 2012, 02:35:34 AM
Hi, i have upgrade my server from tiny core 3.7.1 to 4.5.6 and i have reinstalled all the extension i need but when I install php5 in TC 4.5.6 basic the extension failed and on the installation mask appear Error instead of OK,  upon running php or php-cgi I receive error message:
Quote
php: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory"
libodbc.so located in /usr/local/lib/libodbc.so

Thanks in advance Luca

Title: Re: Tiny core 4.5.6 and php5 missing
Post by: curaga on August 01, 2012, 06:17:49 AM
Please PM robc if you haven't already.
Title: Re: Tiny core 4.5.6 and php5 missing
Post by: hofmann on August 13, 2012, 06:19:53 PM
just make:

sudo cp /usr/local/lib/libodbc.so /usr/local/lib/libodbc.so.1

and, to rememrer changes:
sudo echo '/usr/local/lib/libodbc.so.1' >> /opt/.filetool.lst
filetool.sh -b