Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Language translations
now possible!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Extensions
»
TCE Q&A Forum
»
php looking for odbc 1 and 2 is what is installed
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: php looking for odbc 1 and 2 is what is installed (Read 2496 times)
justauser
Newbie
Posts: 17
php looking for odbc 1 and 2 is what is installed
«
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?
Logged
Yleisajattelija
Full Member
Posts: 224
Re: php looking for odbc 1 and 2 is what is installed
«
Reply #1 on:
December 30, 2012, 03:36:07 PM »
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.
Logged
Rich
Administrator
Hero Member
Posts: 12325
Re: php looking for odbc 1 and 2 is what is installed
«
Reply #2 on:
December 30, 2012, 04:45:56 PM »
Hi justauser
Try this for a temporary fix:
Code:
[Select]
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Extensions
»
TCE Q&A Forum
»
php looking for odbc 1 and 2 is what is installed