David,

Does PHP (of which I know nothing) use any of the dbm libraries statically?  I 
remember that I had a 
hard time using DBlib a while back because there is a sybase dblib function called db 
and one in the dbm 
libraries called db, and they were conflicting.  I had to recompile perl not to 
statically use any dbm 
libraries.  There is an entry in the DBlib FAQ about this, IIRC (its on the DBLib web 
page).  

Perhaps this is the same thing or a similar issue?  Just a thought to help you out, 
YMMV.

Brgds,

Mike.

On Thu, 13 Apr 2000 23:32:49 -0600 (MDT), David Hojo Hajoglou wrote:

>So, I was having a hell of a time to get DBlib to work in a module.  The
>code worked fine as a script, but the database handle was not created
>properly when with a module.  As I prepared for Harikari, I looked at the
>loggs and php glared back at me.
>
>My compile was:
>Apache/1.3.12 (Unix) mod_perl/1.22 PHP/3.0.15
>
>Change to 
>Apache/1.3.12 (Unix) mod_perl/1.2
>
>And the code worked. So, I have discovered an incompatibility of sorts and
>guess what?  I have no idea how to fix it only that I need to have php and
>mod_perl together.  Why me????  AAAGH.
>
>
>-hoj
>
>



Reply via email to