Date: 09/29/98
- Next message: danny: "[PHP-DEV] CVS update: php3/tests"
- Previous message: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- In reply to: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Next in thread: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Reply: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
No, -lpthread in the Makefile is useless. Actually, just for the test,
make Apache normally, and take a look at its very final linking line. See
if you can see -lpthread in there. If you can, copy&paste this linking
line, only remove -lpthread, and test the resulting binary.
Zeev
On Tue, 29 Sep 1998 russell <email protected> wrote:
> On Tue, 29 Sep 1998, Zeev Suraski wrote:
>
> >
> > Ok, try to compile w/ MySQL, and remove -lpthread from the linking line.
> > Please let us know if it helps as soon as possible.
>
> Never thought of that one - I tried it and it unfortunately didn't do
> the trick. I'm assuming that you intended me to do a configure, remove
> the -lpthread from the makefile (Yes, it added it), and then continue as
> normal (make; make install; cd ../apache_1.3.2 ; configure ... ; make
> clean ; make ; make install )
>
> I am quite glad that the compiling of this module has become much easier
> than in earlier versions of PHP and Apache - this testing would have taken
> so much longer the older way ;-)
>
> ---
> Russell McOrmond, Internet Consultant: <http://www.flora.org/russell/work/>
> http://www.flora.org/russell/work/open-links.html Y2K,Green,Co-op,Microsoft?
> New Announcements at FLORA soon: http://www.flora.org/
>
>
-- ----------------------------------------------------- Zeev Suraski <zeev <email protected>> For a PGP public key, finger bourbon <email protected>-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: danny: "[PHP-DEV] CVS update: php3/tests"
- Previous message: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- In reply to: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Next in thread: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Reply: russell <email protected>: "Re: [PHP-DEV] Bug #784: stat() bug introduced in 3.0.4?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

