[PHP-DEV] ext/odbc/config.m4 From: Dan Kalowsky (dkalowsky <email protected>)
Date: 09/20/00

with regards to fixing the bug 4615 i'd like the opinion of other
developers.

the method i have found to correct this was to create a link to the
<solid lib>.so called libsolodbc.so.3

by default solidtech distributes with a libfile of the similar name
(libsolodbc.so), i believe it was supposed to be a link as well, but
their distribution system does not keep that state for some unknown
reason. from there the creation of a link called libsolodbc.so to
libsolodbc.so.3 (lib file emulation). then the additon of the
ODBC_LFLAGS="-L$withval/lib" and ODBC_LIBS="-lsolodbc" to the config.m4

is it suggested/approved-method to have the PHP configure script check,
and/or create such links? if not, can you suggest any better solutions?

i'm at a little of a loss here as i'm not that familiar with m4 ...

-- 
Dan Kalowsky                  "Tonight I think I'll walk alone, 
Worldgate Communications       I'll find my soul as I go home."
Software Engineer - TICS Group          - Temptation

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>