Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: justauser on December 30, 2012, 02:54:38 PM
-
I am on the latest tce and I installed php. When I run a php --version I get an error saying it is looking for libodbc.so.1 All that is installed is libodbc.so.2 Any ideas?
-
There seems to be systematic problem with these shared libraries on TC.
For temporary fix you can try to place those "not found libs" to /usr/lib directory.
-
Hi justauser
Try this for a temporary fix:
ln -sf usr/local/lib/libodbc.so.2 usr/local/lib/libodbc.so.1
Then send a PM to robc to make him aware of the problem.