Date: 12/26/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] Help on ZVAL (array) memory management"
- Previous message: niklas <email protected>: "[PHP-DEV] PHP 4.0 Bug #8430: Undefined behaviour?"
- In reply to: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] Problem about recompile php4 on rpm."
- Next in thread: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] Problem about recompile php4 on rpm."
- Reply: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] Problem about recompile php4 on rpm."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ignacio Vazquez-Abrams wrote:
> On Tue, 26 Dec 2000, Sadit Sathianpaisarn wrote:
>
> > OK, I try to read "config.log" file -- it's so long. I'm not sure about this
> > error that's you want.
> > I see many part that was failed. --see below
> > [snip]
> >
>
> Yes, the config.log will have many errors like that. The ones that count,
> though, are right at the end. If you could post the last 20-30 lines of
> config.log, those would be the ones that matter.
>
> --
> Ignacio Vazquez-Abrams <ignacio <email protected>>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
this is the last 20-30 lines of config.log
configure:38176: gcc -o conftest -O2 -m486 -fno-strength-reduce -fPIC
conftest.c -lttf -ljpeg -lgd -l -ldb2 -lgdbm -lresolv -lm -ldl -lcrypt -lnsl
-lttf -lpng -ljpeg -lz -lresolv -L/usr/lib -ljpeg 1>&5
/usr/bin/ld: cannot find -l--library=db2
collect2: ld returned 1 exit status
configure: failed program was:
#line 38155 "configure"
#include "confdefs.h"
#if HAVE_CRYPT_H
#include <crypt.h>
#endif
main() {
#if HAVE_CRYPT
char salt[25], answer[70];
salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7';
salt[6]='$'; salt[7]='\0';
strcat(salt,"rasmuslerd");
strcpy(answer,salt);
strcpy(&answer[16],"O............gl95GkTKn53Of.H4YchXl5PwvvW.5ri");
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer));
#else
exit(0);
#endif
}
configure:38363: checking for libswf support
configure:38686: checking for Sybase support
configure:39127: checking for Sybase-CT support
configure:39562: checking whether to enable System V semaphore support
configure:39733: checking for union semun
configure:39749: gcc -c -O2 -m486 -fno-strength-reduce -fPIC conftest.c 1>&5
configure: In function `main':
configure:39745: storage size of `x' isn't known
configure: failed program was:
#line 39738 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
int main() {
union semun x;
; return 0; }
configure:39784: checking whether to enable System V shared memory support
configure:39960: checking whether to enable WDDX support
configure:40147: checking whether byte ordering is bigendian
configure:40165: gcc -c -O2 -m486 -fno-strength-reduce -fPIC conftest.c 1>&5
configure:40180: gcc -c -O2 -m486 -fno-strength-reduce -fPIC conftest.c 1>&5
configure: In function `main':
configure:40175: `not' undeclared (first use in this function)
configure:40175: (Each undeclared identifier is reported only once
configure:40175: for each function it appears in.)
configure:40175: parse error before `big'
configure: failed program was:
#line 40169 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:40246: checking for XML support
configure:40627: checking for YAZ support
configure:40965: checking whether to include YP support
configure:41150: checking whether to include zlib support
configure:41339: checking for gzgets in -lz
configure:41358: gcc -o conftest -O2 -m486 -fno-strength-reduce -fPIC
-DXML_BYTE_ORDER=12 -L/usr/lib conftest.c -lz -lttf -ljpeg -lgd -l -ldb2 -lgdbm
-lresolv -lm -ldl -lcrypt -lnsl -lttf -lpng -ljpeg -lz -lresolv -L/usr/lib -ljpeg
1>&5
/usr/bin/ld: cannot find -l--library=db2
collect2: ld returned 1 exit status
configure: failed program was:
#line 41347 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gzgets();
int main() {
gzgets()
; return 0; }
Thank you so much,
Dit
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Help on ZVAL (array) memory management"
- Previous message: niklas <email protected>: "[PHP-DEV] PHP 4.0 Bug #8430: Undefined behaviour?"
- In reply to: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] Problem about recompile php4 on rpm."
- Next in thread: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] Problem about recompile php4 on rpm."
- Reply: Ignacio Vazquez-Abrams: "Re: [PHP-DEV] Problem about recompile php4 on rpm."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

