<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Compile PHP-5.3.2 on HP-UX 11.23 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607946#M495871</link>
    <description>I was afraid you were going to say that.&lt;BR /&gt;&lt;BR /&gt;I installed gcc, but when I attempt to use it, I get this:&lt;BR /&gt;&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking whether the C compiler (gcc +DD64 -I/usr/local/include -L/usr/local/lib/hpux64) works... no&lt;BR /&gt;configure: error: installation or configuration problem: C compiler cannot create executables. &lt;BR /&gt;&lt;BR /&gt;Am I not invoking it correctly?  I simply changed 'env CC=cc' to 'env CC=gcc'</description>
    <pubDate>Mon, 29 Mar 2010 12:52:30 GMT</pubDate>
    <dc:creator>fotoshack</dc:creator>
    <dc:date>2010-03-29T12:52:30Z</dc:date>
    <item>
      <title>Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607935#M495860</link>
      <description>I compiled PHP-5.2.9 on these systems in June of 2009 and I now need to update the PHP installation to 5.3.2.  I'm using the following configure command:&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;env CC=cc CFLAGS="+DD64 -I/usr/local/include" \&lt;BR /&gt;LDFLAGS="-L/usr/local/lib/hpux64" \&lt;BR /&gt;./configure \&lt;BR /&gt;--prefix=/opt/webhost/hpwpuxs/php-5.3.2 \&lt;BR /&gt;--with-libdir=lib/hpux64 \&lt;BR /&gt;--without-openssl \&lt;BR /&gt;--with-jpeg-dir=/usr/local \&lt;BR /&gt;--with-png-dir=/usr/local \&lt;BR /&gt;--with-gd=/usr/local \&lt;BR /&gt;--with-iconv=/usr/local \&lt;BR /&gt;--with-zlib-dir=/usr/local \&lt;BR /&gt;--with-libxml-dir=/usr/local \&lt;BR /&gt;--with-config-file-path=/opt/webhost/hpwpuxs/php-5.3.2/conf \&lt;BR /&gt;--with-apxs2=/opt/webhost_sw/apache-2.0.58/bin/apxs \&lt;BR /&gt;--with-oci8=shared,instantclient,/u01/app/oracle/instantclient_11_1 \&lt;BR /&gt;2&amp;gt;&amp;amp;1 | tee configure.log&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;The configure script completes, but gives these errors at the end:&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;awk: Line       static const char n cannot have more than 199 fields.&lt;BR /&gt; The input line number is 27. The file is ext/phar/stub.h.&lt;BR /&gt; The source line number is 1.&lt;BR /&gt;creating main/internal_functions_cli.c&lt;BR /&gt;awk: Line       static const char n cannot have more than 199 fields.&lt;BR /&gt; The input line number is 27. The file is ext/phar/stub.h.&lt;BR /&gt; The source line number is 1.&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;And make fails immediately.  &lt;BR /&gt;&lt;BR /&gt;I've attached configure.log and make.log to this message.&lt;BR /&gt;&lt;BR /&gt;Please let me know what guidance you have.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 16:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607935#M495860</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-26T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607936#M495861</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; awk: Line static const char n cannot have more than 199 fields&lt;BR /&gt;&lt;BR /&gt;The HP-UX 'awk' variant has a limitation of only 199 fields.  You could install 'gawk' which removes this limitation (and others).&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gawk-3.1.7/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gawk-3.1.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 18:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607936#M495861</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-26T18:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607937#M495862</link>
      <description>How about a pre-ported version from here ?&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/php-5.3.2/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/php-5.3.2/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Mar 2010 19:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607937#M495862</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-03-26T19:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607938#M495863</link>
      <description>I installed gawk, which removed the two errors at the end of the configure.  Thanks for that advice.&lt;BR /&gt;&lt;BR /&gt;Make is now dying with a new error (several of them, actually).&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_clear" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_get_server_version" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_add_version_component" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_set_last_modified" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_brigade_cleanup" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_bucket_eos_create" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_auth_type" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "unixd_config" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_rflush" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_destroy_sub_req" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_loaded_modules" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_set_content_length" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_pool_cleanup_null" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_add_cgi_vars" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_pool_userdata_get" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_pool_userdata_set" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_get_brigade" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_pool_cleanup_run" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_unset" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_hook_child_init" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_brigade_create" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_hook_pre_config" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_update_mtime" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_set_content_type" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_palloc" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_log_rerror" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_pool_cleanup_register" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_hook_post_config" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_mpm_query" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_add_common_vars" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_rwrite" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_set" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_server_root_relative" in file sapi/apache2handler/.libs/apache_config.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_hook_handler" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_log_error" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_elts" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_pass_brigade" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: (Warning) Unsatisfied symbol "main" in file /usr/lib/hpux64/libc.so.1&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_get" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_add" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_brigade_flatten" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_server_root" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_sub_req_lookup_uri" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_snprintf" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_psprintf" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;ld: Unsatisfied symbol "ap_run_sub_req" in file sapi/apache2handler/.libs/php_functions.o&lt;BR /&gt;ld: Unsatisfied symbol "apr_pstrdup" in file sapi/apache2handler/.libs/sapi_apache2.o&lt;BR /&gt;1 warnings.&lt;BR /&gt;46 errors.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;The reason I don't use the pre-ported one is that it doesn't include some of the things I need (support for Oracle being the main one).&lt;BR /&gt;&lt;BR /&gt;-Kevin</description>
      <pubDate>Sat, 27 Mar 2010 20:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607938#M495863</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-27T20:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607939#M495864</link>
      <description>&amp;gt;Make is now dying with a new error&lt;BR /&gt;&lt;BR /&gt;(This has nothing really to do with make, these are linker errors.)&lt;BR /&gt;&lt;BR /&gt;ld: Unsatisfied symbol "apr_table_clear"&lt;BR /&gt;ld: Unsatisfied symbol "ap_get_server_version"&lt;BR /&gt;&lt;BR /&gt;Where should these functions be defined?  Can you search the sources or objects for those symbols?&lt;BR /&gt;nm -pxNA *.o | grep -e apr_table_clear -e ap_get_server_version</description>
      <pubDate>Sun, 28 Mar 2010 09:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607939#M495864</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-28T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607940#M495865</link>
      <description>nm -pxNA *.o | grep -e apr_table_clear -e ap_get_server_version &lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt;&lt;BR /&gt;nm:  *.o:  cannot open</description>
      <pubDate>Sun, 28 Mar 2010 14:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607940#M495865</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-28T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607941#M495866</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; nm: *.o: cannot open&lt;BR /&gt;&lt;BR /&gt;Are you sure you changed to the directory that contains the object files?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 28 Mar 2010 15:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607941#M495866</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-28T15:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607942#M495867</link>
      <description>Thanks for pointing out my newbie mistake!&lt;BR /&gt;&lt;BR /&gt;cd sapi/apache2handler/.libs&lt;BR /&gt;nm -pxNA *.o | grep -e apr_table_clear -e ap_get_server_version&lt;BR /&gt;&lt;BR /&gt;returns &lt;BR /&gt;&lt;BR /&gt;0x0000000000000000 U  php_functions.o:ap_get_server_version&lt;BR /&gt;0x0000000000000000 U  sapi_apache2.o:apr_table_clear</description>
      <pubDate>Sun, 28 Mar 2010 15:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607942#M495867</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-28T15:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607943#M495868</link>
      <description>&amp;gt;U php_functions.o:ap_get_server_version&lt;BR /&gt;&amp;gt;U sapi_apache2.o:apr_table_clear&lt;BR /&gt;&lt;BR /&gt;These are unsats, you need to find definitions.  Are there more objects or archive or shared libs you can search?</description>
      <pubDate>Sun, 28 Mar 2010 19:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607943#M495868</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-28T19:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607944#M495869</link>
      <description>I'm not sure where else I'd search.  &lt;BR /&gt;&lt;BR /&gt;Could these unsatisfied symbols have anything to do with the error that appears just above them?&lt;BR /&gt;&lt;BR /&gt;Bundled) cc: warning 922: "-b" is unsupported in the bundled compiler, ignored.</description>
      <pubDate>Mon, 29 Mar 2010 12:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607944#M495869</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-29T12:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607945#M495870</link>
      <description>&amp;gt;Could these unsatisfied symbols have anything to do with the error that appears just above them?&lt;BR /&gt;&amp;gt;(Bundled) cc: warning 922: "-b" is unsupported in the bundled compiler, ignored.&lt;BR /&gt;&lt;BR /&gt;Most likely.  You need to purchase the ANSI C compiler or use gcc.</description>
      <pubDate>Mon, 29 Mar 2010 12:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607945#M495870</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-03-29T12:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607946#M495871</link>
      <description>I was afraid you were going to say that.&lt;BR /&gt;&lt;BR /&gt;I installed gcc, but when I attempt to use it, I get this:&lt;BR /&gt;&lt;BR /&gt;checking for gcc... gcc&lt;BR /&gt;checking whether the C compiler (gcc +DD64 -I/usr/local/include -L/usr/local/lib/hpux64) works... no&lt;BR /&gt;configure: error: installation or configuration problem: C compiler cannot create executables. &lt;BR /&gt;&lt;BR /&gt;Am I not invoking it correctly?  I simply changed 'env CC=cc' to 'env CC=gcc'</description>
      <pubDate>Mon, 29 Mar 2010 12:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607946#M495871</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-29T12:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607947#M495872</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I installed gcc, but when I attempt to use it, I get this...&lt;BR /&gt;&lt;BR /&gt;Did you install all of the run-time dependencies for 'gcc'?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 29 Mar 2010 13:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607947#M495872</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-03-29T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607948#M495873</link>
      <description>Yes.  All the dependencies are there.&lt;BR /&gt;&lt;BR /&gt;  gcc                                                           4.2.3          gcc&lt;BR /&gt;  gettext                                                       0.17           gettext&lt;BR /&gt;  libiconv                                                      1.12           libiconv&lt;BR /&gt;  libxml2                                                       2.6.31         libxml2&lt;BR /&gt;  zlib                                                          1.2.3          zlib&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Mar 2010 15:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607948#M495873</guid>
      <dc:creator>fotoshack</dc:creator>
      <dc:date>2010-03-29T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607949#M495874</link>
      <description>Hi :-)&lt;BR /&gt;&lt;BR /&gt;Can you try out CC=gcc CFLAGS="-mlp64 -I/usr/local/include" ?&lt;BR /&gt;You don't need to change other parameters.</description>
      <pubDate>Wed, 31 Mar 2010 14:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607949#M495874</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2010-03-31T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607950#M495875</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I installed gcc, [...]&lt;BR /&gt;&lt;BR /&gt;How, exactly, did you install what, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] but when I attempt to use it, [...]&lt;BR /&gt;&lt;BR /&gt;When you "attempt to use it" how, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I get this:&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;Did you try your new GCC on anything (simple)&lt;BR /&gt;before throwing this big thing at it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; configure: error: installation or&lt;BR /&gt;&amp;gt; configuration problem: C compiler cannot&lt;BR /&gt;&amp;gt; create executables. &lt;BR /&gt;&lt;BR /&gt;I'd start by trying to compile any simple&lt;BR /&gt;program using gcc.  (You could try looking&lt;BR /&gt;through the log files produced by whatever&lt;BR /&gt;you actually did, but that's probably harder&lt;BR /&gt;than doing a simple "gcc hello-world.c"&lt;BR /&gt;test.)</description>
      <pubDate>Wed, 31 Mar 2010 15:32:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/4607950#M495875</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-31T15:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compile PHP-5.3.2 on HP-UX 11.23</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/7091722#M495877</link>
      <description />
      <pubDate>Fri, 12 Jun 2020 08:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/compile-php-5-3-2-on-hp-ux-11-23/m-p/7091722#M495877</guid>
      <dc:creator>Vajith V</dc:creator>
      <dc:date>2020-06-12T08:30:56Z</dc:date>
    </item>
  </channel>
</rss>

