Date: 09/20/00
- Next message: e <email protected>: "[PHP-DEV] PHP 4.0 Bug #6823: $structure->ifid == 1, but ->id is empty"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6427 Updated: func_get_arg() does not support references"
- Next in thread: Dan Kalowsky: "[PHP-DEV] ext/odbc/config.m4"
- Maybe reply: Dan Kalowsky: "[PHP-DEV] ext/odbc/config.m4"
- Maybe reply: Dan Kalowsky: "[PHP-DEV] ext/odbc/config.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: e <email protected>: "[PHP-DEV] PHP 4.0 Bug #6823: $structure->ifid == 1, but ->id is empty"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6427 Updated: func_get_arg() does not support references"
- Next in thread: Dan Kalowsky: "[PHP-DEV] ext/odbc/config.m4"
- Maybe reply: Dan Kalowsky: "[PHP-DEV] ext/odbc/config.m4"
- Maybe reply: Dan Kalowsky: "[PHP-DEV] ext/odbc/config.m4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

