Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started 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:
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
-
Please PM robc if you haven't already.
-
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