#39181 [Fbk-Opn]: gmake error --with-curl

2006-10-18 Thread dcalvo at hcuv dot sacyl dot es
 ID:   39181
 User updated by:  dcalvo at hcuv dot sacyl dot es
 Reported By:  dcalvo at hcuv dot sacyl dot es
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: HP-UX 11.11
 PHP Version:  5.1.6
 New Comment:

The same result with the CSV.


Previous Comments:


[2006-10-18 09:43:18] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip





[2006-10-18 06:31:58] dcalvo at hcuv dot sacyl dot es

When using the configure script without --with-curl option gmake
process finish without any error.



[2006-10-18 06:26:23] dcalvo at hcuv dot sacyl dot es

Description:

Hello.
When compile PHP 5.1.6 with the option --with-curl=/users/opt/curl
gmake process fail

Reproduce code:
---
./configure --prefix=/opt/hpws/apache/php \
--with-apxs2=/opt/hpws/apache/bin/apxs \
--with-config-file-path=/opt/hpws/apache/conf \
--enable-libgcc \
--enable-ftp \
--with-informix=/informix/ifx31 \
--with-gd \
--with-unixODBC=/users/opt/unixODBC \
--with-iconv=/usr/local \
--with-zlib=/usr/local \
--with-zlib-dir=/usr/local \
--with-freetype-dir=/usr/local \
--with-gettext=/usr/local \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-ttf=/usr/local \
--with-t1lib=/usr/local \
--enable-gd-native-ttf \
--enable-xslt \
--with-xslt-sablot=/usr/local \
--with-curl=/users/opt/curl \
--with-curlwrappers \
--with-ldap=/usr/local \
--with-mhash=/usr/local \
--with-mssql=/users/opt/freetds \
--with-openssl=/usr/local \
--with-libexpat-dir=/usr/local \
--with-libxml-dir=/usr/local \
--with-xsl=/usr/local \
--enable-calendar \
  

Expected result:

Build complete.

Actual result:
--
/bin/sh /users/fuentes/php-5.1.6/libtool --silent --preserve-dup-deps
--mode=link /users/fuentes/php-5.1.6/meta_ccld -I/usr/local/include -g
-O2 -pthread -DZTS  -rpath /users/fuentes/php-5.1.6/libs -avoid-version
-module -L/usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1
-L/usr/local/lib -L/users/opt/curl/lib -L/usr/local/bin/lib
-L/informix/ifx31/lib -L/informix/ifx31/lib/esql
-L/users/opt/freetds/lib -L/users/opt/unixODBC/lib  -R
/usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1 -R /usr/local/lib -R
/users/opt/curl/lib -R /usr/local/bin/lib -R /informix/ifx31/lib -R
/informix/ifx31/lib/esql -R /users/opt/freetds/lib -R
/users/opt/unixODBC/lib ext/libxml/libxml.lo ext/openssl/openssl.lo
ext/openssl/xp_ssl.lo ext/pcre/pcrelib/pcre_chartables.lo
ext/pcre/pcrelib/pcre_ucp_searchfuncs.lo
ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo
ext/pcre/pcrelib/pcre_dfa_exec.lo ext/pcre/pcrelib/pcre_exec.lo
ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo
ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_info.lo
ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_ord2utf8.lo
ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo
ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_try_flipped.lo
ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo
ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/php_pcre.lo ext/zlib/zlib.lo
ext/zlib/zlib_fopen_wrapper.lo ext/zlib/zlib_filter.lo
ext/calendar/calendar.lo ext/calendar/dow.lo ext/calendar/french.lo
ext/calendar/gregor.lo ext/calendar/jewish.lo ext/calendar/julian.lo
ext/calendar/easter.lo ext/calendar/cal_unix.lo ext/ctype/ctype.lo
ext/curl/interface.lo ext/curl/multi.lo ext/curl/streams.lo
ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo
ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo
ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo
ext/date/lib/unixtime2tm.lo ext/dom/php_dom.lo ext/dom/attr.lo
ext/dom/document.lo ext/dom/domerrorhandler.lo ext/dom/domstringlist.lo
ext/dom/domexception.lo ext/dom/namelist.lo
ext/dom/processinginstruction.lo ext/dom/cdatasection.lo
ext/dom/documentfragment.lo ext/dom/domimplementation.lo
ext/dom/element.lo ext/dom/node.lo ext/dom/string_extend.lo
ext/dom/characterdata.lo ext/dom/documenttype.lo
ext/dom/domimplementationlist.lo ext/dom/entity.lo ext/dom/nodelist.lo
ext/dom/text.lo ext/dom/comment.lo ext/dom/domconfiguration.lo
ext/dom/domimplementationsource.lo ext/dom/entityreference.lo
ext/dom/notation.lo ext/dom/xpath.lo ext/dom/dom_iterators.lo
ext/dom/typeinfo.lo ext/dom/domerror.lo 

#39181 [Fbk-Opn]: gmake error --with-curl

2006-10-18 Thread dcalvo at hcuv dot sacyl dot es
 ID:   39181
 User updated by:  dcalvo at hcuv dot sacyl dot es
 Reported By:  dcalvo at hcuv dot sacyl dot es
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: HP-UX 11.11
 PHP Version:  5.1.6
 New Comment:

I have tried with an HPUX depot and with the distribution from the
developer web site of curl. Both cases with the same result. I have
change the prefix to the curl installation, in /users/opt/curl and the
default one(/usr/local), and both installations with the same result.
If i try to compile without curl it finish ok.


Previous Comments:


[2006-10-18 16:22:57] [EMAIL PROTECTED]

Why do you think it's a problem of PHP, not a cURL one?



[2006-10-18 16:17:43] dcalvo at hcuv dot sacyl dot es

The same result with the CSV.



[2006-10-18 09:43:18] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip





[2006-10-18 06:31:58] dcalvo at hcuv dot sacyl dot es

When using the configure script without --with-curl option gmake
process finish without any error.



[2006-10-18 06:26:23] dcalvo at hcuv dot sacyl dot es

Description:

Hello.
When compile PHP 5.1.6 with the option --with-curl=/users/opt/curl
gmake process fail

Reproduce code:
---
./configure --prefix=/opt/hpws/apache/php \
--with-apxs2=/opt/hpws/apache/bin/apxs \
--with-config-file-path=/opt/hpws/apache/conf \
--enable-libgcc \
--enable-ftp \
--with-informix=/informix/ifx31 \
--with-gd \
--with-unixODBC=/users/opt/unixODBC \
--with-iconv=/usr/local \
--with-zlib=/usr/local \
--with-zlib-dir=/usr/local \
--with-freetype-dir=/usr/local \
--with-gettext=/usr/local \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-ttf=/usr/local \
--with-t1lib=/usr/local \
--enable-gd-native-ttf \
--enable-xslt \
--with-xslt-sablot=/usr/local \
--with-curl=/users/opt/curl \
--with-curlwrappers \
--with-ldap=/usr/local \
--with-mhash=/usr/local \
--with-mssql=/users/opt/freetds \
--with-openssl=/usr/local \
--with-libexpat-dir=/usr/local \
--with-libxml-dir=/usr/local \
--with-xsl=/usr/local \
--enable-calendar \
  

Expected result:

Build complete.

Actual result:
--
/bin/sh /users/fuentes/php-5.1.6/libtool --silent --preserve-dup-deps
--mode=link /users/fuentes/php-5.1.6/meta_ccld -I/usr/local/include -g
-O2 -pthread -DZTS  -rpath /users/fuentes/php-5.1.6/libs -avoid-version
-module -L/usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1
-L/usr/local/lib -L/users/opt/curl/lib -L/usr/local/bin/lib
-L/informix/ifx31/lib -L/informix/ifx31/lib/esql
-L/users/opt/freetds/lib -L/users/opt/unixODBC/lib  -R
/usr/local/lib/gcc/hppa2.0w-hp-hpux11.11/4.1.1 -R /usr/local/lib -R
/users/opt/curl/lib -R /usr/local/bin/lib -R /informix/ifx31/lib -R
/informix/ifx31/lib/esql -R /users/opt/freetds/lib -R
/users/opt/unixODBC/lib ext/libxml/libxml.lo ext/openssl/openssl.lo
ext/openssl/xp_ssl.lo ext/pcre/pcrelib/pcre_chartables.lo
ext/pcre/pcrelib/pcre_ucp_searchfuncs.lo
ext/pcre/pcrelib/pcre_compile.lo ext/pcre/pcrelib/pcre_config.lo
ext/pcre/pcrelib/pcre_dfa_exec.lo ext/pcre/pcrelib/pcre_exec.lo
ext/pcre/pcrelib/pcre_fullinfo.lo ext/pcre/pcrelib/pcre_get.lo
ext/pcre/pcrelib/pcre_globals.lo ext/pcre/pcrelib/pcre_info.lo
ext/pcre/pcrelib/pcre_maketables.lo ext/pcre/pcrelib/pcre_ord2utf8.lo
ext/pcre/pcrelib/pcre_refcount.lo ext/pcre/pcrelib/pcre_study.lo
ext/pcre/pcrelib/pcre_tables.lo ext/pcre/pcrelib/pcre_try_flipped.lo
ext/pcre/pcrelib/pcre_valid_utf8.lo ext/pcre/pcrelib/pcre_version.lo
ext/pcre/pcrelib/pcre_xclass.lo ext/pcre/php_pcre.lo ext/zlib/zlib.lo
ext/zlib/zlib_fopen_wrapper.lo ext/zlib/zlib_filter.lo
ext/calendar/calendar.lo ext/calendar/dow.lo ext/calendar/french.lo
ext/calendar/gregor.lo ext/calendar/jewish.lo ext/calendar/julian.lo
ext/calendar/easter.lo ext/calendar/cal_unix.lo ext/ctype/ctype.lo
ext/curl/interface.lo ext/curl/multi.lo ext/curl/streams.lo
ext/date/php_date.lo ext/date/lib/astro.lo ext/date/lib/dow.lo
ext/date/lib/parse_date.lo ext/date/lib/parse_tz.lo
ext/date/lib/timelib.lo ext/date/lib/tm2unixtime.lo
ext/date/lib/unixtime2tm.lo ext/dom/php_dom.lo ext/dom/attr.lo
ext/dom/document.lo 

#39181 [Fbk-Opn]: gmake error --with-curl

2006-10-18 Thread dcalvo at hcuv dot sacyl dot es
 ID:   39181
 User updated by:  dcalvo at hcuv dot sacyl dot es
 Reported By:  dcalvo at hcuv dot sacyl dot es
-Status:   Feedback
+Status:   Open
 Bug Type: Compile Failure
 Operating System: HP-UX 11.11
 PHP Version:  5.1.6
 New Comment:

Hello again.
i have uninstall curl 7.15.5 and install version 7.14.0 and the result
was Build Complete.

Thank's a lot.


Previous Comments:


[2006-10-18 20:48:14] [EMAIL PROTECTED]

What kind of ld are you using?
ld --version ?



[2006-10-18 18:20:24] dcalvo at hcuv dot sacyl dot es

I have tried with an HPUX depot and with the distribution from the
developer web site of curl. Both cases with the same result. I have
change the prefix to the curl installation, in /users/opt/curl and the
default one(/usr/local), and both installations with the same result.
If i try to compile without curl it finish ok.



[2006-10-18 16:22:57] [EMAIL PROTECTED]

Why do you think it's a problem of PHP, not a cURL one?



[2006-10-18 16:17:43] dcalvo at hcuv dot sacyl dot es

The same result with the CSV.



[2006-10-18 09:43:18] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip





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/39181

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