Sorry to jump into the middle of this thread, but I have recently
installed Apache 1.3x, mod_php4, and mysql on a 4.7 box.  I simply
installed apache from the ports, mod_php from the ports and mysql from the
ports.  The mod_php port asks what support you want built in before
building, an option there was mysql support.  It all just worked.  I did
have to tweak my httpd.conf file a bit but what I had to edit/enter was
given to me by the mod_php4 build output.

 - Mike

> /usr/ports/databases/mysqlserver323 doesn't seem to
> build any shared objects...... :-(
> 
> Could I get the same results by preloading
> the daemon (program) file?
> 
> KDK
> 
> From: "Barry Byrne" <[EMAIL PROTECTED]>
> To: "DaleCo Help Desk" <[EMAIL PROTECTED]>; "Roger Williams"
> <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Tuesday, November 05, 2002 10:39 AM
> Subject: RE: cheat sheet? apache, mod_ssl, mod_php, mysql
> 
> 
> > You could try adding something like this in your apache startup
> file:
> >
> > LD_PRELOAD="/usr/local/mysql/lib/mysql/libmysqlclient.so";
> > export LD_PRELOAD
> >
> > Modify for your mysql lib location and add these two lines before
> the call
> > to start httpd.
> >
> > Cheers,
> >
> > Barry
> >
> > --
> > Barry Byrne, IT Manager,
> > WBT Systems, Block 2, Harcourt Centre
> > Harcourt Street, Dublin 2, Ireland
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:owner-freebsd-questions@;FreeBSD.ORG]On Behalf Of DaleCo
> Help
> > > Desk
> >
> > > Good list, but where's MySQL?
> > >
> > > My current point of failure is that apache
> > > can't load mod_php4 because it hasn't
> > > been built with MySQL symbols/support....
> > >
> > > Using the supplied docs got me this far,
> > > but I've been stumped with this one....
> > >
> > > KDK
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to