Re: [Sqlrelay-discussion] : Invalid library PHP 'sqlrelay.so'
Brought to you by:
mused
|
From: David M. <dav...@fi...> - 2007-02-01 03:55:02
|
libpgsqlsqlrelay.so is the postgres drop-in-replacement library. It maps postgresql client functions to sqlrelay client functions and allows apps that were coded to use the postgres client library to use sqlrelay without changing the source code. libmysqlsqlrelay.so is a similar library for mysql. There isn't (yet) a similar library for oracle. The library should be built in the src/api/php directory and should be installed in whatever the php-extensions directory is on your machine. If you look in the config.mk file created by the configure script, the PHPEXTDIR variable should be set to the directory that sql_relay.so will be installed in. Dave dav...@fi... On Mon, 2007-01-29 at 17:14 +0100, Garnier, Jeremie wrote: > Hi all, > > > > I make some modification in Sql Relay in order to use Oracle XE… I > don’t have any problems in the configuration/compilation. > > But at the end, it don’t know were is the library sql_relay.so (in > order to use it in PHP)? > > It is normal that there is libpgsqlsqlrelay.so or libmysqlsqlrelay.so > and not liboraclesqlrelay.so? > > Thanks, > > > > Jérémie > > > > -----Message d'origine----- > De : sql...@li... > [mailto:sql...@li...] De la part > de David Muse > Envoyé : mardi 16 janvier 2007 02:42 > À : Discussion of topics related to SQL Relay > Objet : Re: [Sqlrelay-discussion] : Invalid library PHP 'sqlrelay.so' > > > > I believe that the PHP library is sql_relay.so rather than sqlrelay.so > > > > On Mon, 2007-01-15 at 08:42 +0100, Garnier, Jeremie wrote: > > > Hi all, > > > > > > > > > > > > I try to use Sql Relay with Oracle 10g, Php5 and apache 2.2.3 on > linux RedHat. > > > > > > I make so modifications on Sql relay in order to use the version XE > of Oracle. But no problem after, when I run make & make install, I > have the library sqlrelay.so. > > > > > > But when I try to use it on my web server, it done: > > > > > > > > > > > > Warning : dl() : Invalid library (maybe not a PHP library) > 'sqlrelay.so' ... > > > > > > Fatal error : call to undefined function sqlrcon_alloc()... > > > > > > > > > > > > I think all configurations are ok but it can't load the Sql relay > library. I try to include it in the file php.ini but it done the same > thing! > > > > > > Is anyone having some ideas to resolve this??? > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Jérémie GARNIER > > > > > > > > > > *********************************************************************************** > > > Information contained in this email message is confidential and may > be privileged, and is intended only for use of the individual or > entity named above. If the reader of this message is not the intended > recipient, or the employee or agent responsible to deliver it to the > intended recipient, you are hereby notified that any dissemination, > distribution or copying of this communication is strictly prohibited. > If you have received this communication in error, please immediately > notify the pos...@nd... and destroy the original message. > > > > *********************************************************************************** > > > > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > opinions on IT & business topics through brief surveys - and earn > cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > Sqlrelay-discussion mailing list > > > Sql...@li... > > > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Sqlrelay-discussion mailing list > > Sql...@li... > > https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion > > > *********************************************************************************** > Information contained in this email message is confidential and may be > privileged, and is intended only for use of the individual or entity > named above. If the reader of this message is not the intended > recipient, or the employee or agent responsible to deliver it to the > intended recipient, you are hereby notified that any dissemination, > distribution or copying of this communication is strictly prohibited. > If you have received this communication in error, please immediately > notify the pos...@nd... and destroy the original message. > *********************************************************************************** > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Sqlrelay-discussion mailing list Sql...@li... https://lists.sourceforge.net/lists/listinfo/sqlrelay-discussion |