ID:               29453
 Comment by:       mojoandy at yahoo dot com
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Gentoo Linux  x86_64 (Opteron)
 PHP Version:      5.0.0
 New Comment:

I'm getting the same issue with Mandrake 10 on AMD64.  Exactly the same
issue, so it ain't Gentoo.


Previous Comments:
------------------------------------------------------------------------

[2004-09-14 09:28:11] [EMAIL PROTECTED]

You may be right Derick. 
But it's a little weird that it works with php 4.x.
And it's also weird that I can compile a whole linux system with my
build environment and only php5 reports problems.

Anyway - I was able to do a work around and if noone else thinks that
this could be a php problem I agree with you to set this bug to bogus.
Thanks for looking into the issue Derick.

Daniel Khan

------------------------------------------------------------------------

[2004-09-14 08:36:06] [EMAIL PROTECTED]

I'd say blame the Gentoo people for not offering solid programs. No bug
here -> bogus.

------------------------------------------------------------------------

[2004-09-13 20:05:08] [EMAIL PROTECTED]

libtool-1.5.2-r5
automake-1.8.5-r1
autoconf-2.59-r4

FYI:
I haven't had problems with other software yet and as it's a gentoo
system nearly everything get's compiled from scratch.

My portage tree doesn't even offer autoconf-2.13 anymore btw.
I am on amd64 and so not that free in choosing older software
versions.

Meanwhile I compiled the IMAP support as Dynamic Extension and it works
now.

My config.nice for ext/imap looks like this:

CC='gcc' \
CXX='g++' \
'./configure' \
'--with-imap=/usr/lib/' \
'--with-imap-ssl' \
"$@"


BUT:
If I only do a ./configure I get:
checking whether SSL libraries are needed for c-client... no
checking whether build with IMAP works... no
configure: error: build test failed. Please check the config.log for
details.

The config.log now show:
configure:4529: checking whether build with IMAP works
configure:4572: gcc -o conftest -g -O2   conftest.c  -lc-client -lcrypt
-lpam   >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.1/../../../libc-client.a(osdep.o)(.text+0x8b69):
In function `ssl_onceonlyinit':
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
----about 30 lines undefined references-----

So without knowing much about linking I can only guess what's happening
here...

greetings

Daniel Khan

------------------------------------------------------------------------

[2004-09-12 01:00:10] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------

[2004-09-04 18:32:42] [EMAIL PROTECTED]

What version of libtool do you use?
--
The following combinations are known to work:
autoconf 2.13, automake 1.4 and libtool 1.4.3
autoconf 2.13, automake 1.5 and libtool 1.4.3
--
(c) http://www.php.net/anoncvs.php


------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/29453

-- 
Edit this bug report at http://bugs.php.net/?id=29453&edit=1

Reply via email to