<?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: libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836727#M773597</link>
    <description>It did work with a different compile method,&lt;BR /&gt;Hope this can help&lt;BR /&gt;&lt;BR /&gt;Alain&lt;BR /&gt;&lt;BR /&gt;* Apache 2.2.3&lt;BR /&gt;export BASE=/usr/local&lt;BR /&gt;export BLIB=$BASE/libs&lt;BR /&gt;export BAP=$BASE/apache223&lt;BR /&gt;export LDFLAGS="-lcl"&lt;BR /&gt;export CFLAGS='-O2'&lt;BR /&gt;cd /tmp/http-2.2.3&lt;BR /&gt;cd srclib/apr&lt;BR /&gt;./configure --prefix=$BAP --enable-threads&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;cd ../apr-util&lt;BR /&gt;./configure --prefix=$BAP --with-expat=/usr/local/expat --with-apr=$BAP&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;cd ../..&lt;BR /&gt;./configure --prefix=$BAP --enable-mods-shared="all cache case-filter case-filter-in cgid charset-lite&lt;BR /&gt;deflate disk-cache echo file-cache" --disable-auth-digest --with-expat=/usr/local/expat&lt;BR /&gt;--with-apr=$BAP --with-apr-util=$BAP&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Oct 2006 01:57:43 GMT</pubDate>
    <dc:creator>Ganuchaud</dc:creator>
    <dc:date>2006-10-02T01:57:43Z</dc:date>
    <item>
      <title>libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836723#M773593</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to install Apache2.2.2 php4.4.2 on hpux11.11, I get an error when lauching Apache.&lt;BR /&gt;&lt;BR /&gt;Thanks for help,&lt;BR /&gt;Alain&lt;BR /&gt; &lt;BR /&gt;Below is my install process:&lt;BR /&gt;* Apache 2.2.2&lt;BR /&gt;./configure CC=gcc --prefix=/disk1/apache --enable-so&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;&lt;BR /&gt;* PHP 4.4.2&lt;BR /&gt;./configure --with-apxs2=/disk1/apache/bin/apxs --enable-xslt --with-xslt-sablot=/usr/local/sablot --with-dom --with-dom-xslt --with-expat-dir=/usr/local/expat --with-mysql=no --with-pgsql=/disk1/pgsql --with-zlib --with-ldap --with-gd --enable-ftp&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;&lt;BR /&gt;At Apache start, got the following error:&lt;BR /&gt;httpd: Syntax error on line 53 of /disk1/apache2/conf/httpd.conf: Cannot load /disk1/apache2/modules/libphp4.so into server: Unresolved external&lt;BR /&gt;&lt;BR /&gt;Below are the unresolved symbols:&lt;BR /&gt; ldd -r /disk1/apache2/modules/libphp4.so&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libxml2.sl.8 =&amp;gt;  /usr/local/lib/libxml2.sl.8&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/libnsl.1 =&amp;gt;    /usr/lib/libnsl.1&lt;BR /&gt;        /usr/lib/libxti.2 =&amp;gt;    /usr/lib/libxti.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libxslt.sl.2 =&amp;gt;  /usr/local/lib/libxslt.sl.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libxml2.sl.8 =&amp;gt;  /usr/local/lib/libxml2.sl.8&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libpng12.sl =&amp;gt;   /usr/local/lib/libpng12.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/liblber.sl =&amp;gt;    /usr/local/lib/liblber.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libldap.sl =&amp;gt;    /usr/local/lib/libldap.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libcrypto.sl.0.9.7 =&amp;gt;  /usr/lib/libcrypto.sl.0.9.7&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libssl.sl =&amp;gt;   /usr/lib/libssl.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/local/lib/liblber.sl =&amp;gt;    /usr/local/lib/liblber.sl&lt;BR /&gt;        /disk1/pgsql-with-rl/lib/libpq.sl.4 =&amp;gt;  /disk1/pgsql-with-rl/lib/libpq.sl.4&lt;BR /&gt;        /usr/lib/libnsl.1 =&amp;gt;    /usr/lib/libnsl.1&lt;BR /&gt;        /usr/local/expat/lib/libexpat.sl.6 =&amp;gt;   /usr/local/expat/lib/libexpat.sl.6&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libsablot.sl.100 =&amp;gt;      /usr/local/lib/libsablot.sl.100&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libstdc++.sl =&amp;gt;  /usr/local/lib/libstdc++.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        symbol not found: _SYSTEM_ID    (/usr/lib/libc.2)&lt;BR /&gt;        symbol not found: _end  (/usr/lib/libc.2)&lt;BR /&gt;        symbol not found: __dld_loc     (/usr/lib/libdld.2)&lt;BR /&gt;        symbol not found: __udivdi3     (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: _Unwind_DeleteException       (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_RaiseException        (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_Resume        (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_Resume_or_Rethrow     (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_SetGR (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_GetRegionStart        (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_GetIP (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_GetLanguageSpecificData       (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_GetTextRelBase        (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_SetIP (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_GetDataRelBase        (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _Unwind_Resume        (/usr/local/lib/libsablot.sl.100)&lt;BR /&gt;        symbol not found: ap_loaded_modules     (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: unixd_config  (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_server_root        (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_table_elts        (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: __divdi3      (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_destroy_sub_req    (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_table_set (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_table_get (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_rflush     (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_run_sub_req        (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_mpm_query  (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_get_server_version (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_sub_req_lookup_uri (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_pool_cleanup_register     (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_palloc    (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_server_root_relative       (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_pstrdup   (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_pool_cleanup_null (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_table_unset       (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_brigade_cleanup   (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_set_content_type   (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_log_rerror (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_log_error  (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_pool_userdata_set (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_add_version_component      (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_rwrite     (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_pool_userdata_get (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_add_common_vars    (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_add_cgi_vars       (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_brigade_create    (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_bucket_eos_create (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_pass_brigade       (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_update_mtime       (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_hook_pre_config    (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_hook_post_config   (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_hook_handler       (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_pool_cleanup_run  (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_auth_type  (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_set_last_modified  (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_brigade_flatten   (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: ap_get_brigade        (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: apr_table_add (/disk1/apache2/modules/libphp4.so)&lt;BR /&gt;        symbol not found: __ctzsi2      (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: __udivdi3     (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: __umoddi3     (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;        symbol not found: _U_Qfeq       (/usr/local/lib/libstdc++.sl)&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX loana B.11.11 U 9000/800 848889601 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Aug 2006 09:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836723#M773593</guid>
      <dc:creator>Ganuchaud</dc:creator>
      <dc:date>2006-08-03T09:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836724#M773594</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Unless there is a special need for features consdier the depot based version of apache.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW215" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW215&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are other versions to meet your PHP needs on &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; ,search for hpws&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Aug 2006 09:53:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836724#M773594</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-03T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836725#M773595</link>
      <description>Same problem with apache 2.2.3 (the very last version).</description>
      <pubDate>Thu, 03 Aug 2006 10:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836725#M773595</guid>
      <dc:creator>Ganuchaud</dc:creator>
      <dc:date>2006-08-03T10:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836726#M773596</link>
      <description>Hello.&lt;BR /&gt;I have the same problem with Apache 2.0 and PHP 5.1.6&lt;BR /&gt;Cannot load /opt/hpws/apache/modules/libphp5.so into server: Can't open shared l&lt;BR /&gt;ibrary: /usr/lib/libm.2&lt;BR /&gt;I have these unresolved symbols: &lt;BR /&gt;ldd -r libphp5.so&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libxml2.sl =&amp;gt;    /usr/local/lib/libxml2.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/local/lib/libxslt.sl =&amp;gt;    /usr/local/lib/libxslt.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libxml2.sl =&amp;gt;    /usr/local/lib/libxml2.sl&lt;BR /&gt;        /opt/unixODBC/lib/libodbc.sl.1 =&amp;gt;       /opt/unixODBC/lib/libodbc.sl.1&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libnsl.1 =&amp;gt;    /usr/lib/libnsl.1&lt;BR /&gt;        /usr/lib/libxti.2 =&amp;gt;    /usr/lib/libxti.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libcrypto.sl =&amp;gt;  /usr/local/lib/libcrypto.sl&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/local/lib/libssl.sl =&amp;gt;     /usr/local/lib/libssl.sl&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/local/lib/libcrypto.sl =&amp;gt;  /usr/local/lib/libcrypto.sl&lt;BR /&gt;        /usr/local/lib/libjpeg.sl =&amp;gt;    /usr/local/lib/libjpeg.sl&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libpng12.sl =&amp;gt;   /usr/local/lib/libpng12.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libfreetype.sl =&amp;gt;        /usr/local/lib/libfreetype.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libt1.sl =&amp;gt;      /usr/local/lib/libt1.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libintl.sl =&amp;gt;    /usr/local/lib/libintl.sl&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/local/lib/liblber.sl =&amp;gt;    /usr/local/lib/liblber.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libldap.sl =&amp;gt;    /usr/local/lib/libldap.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libcrypto.sl =&amp;gt;  /usr/local/lib/libcrypto.sl&lt;BR /&gt;        /usr/local/lib/libssl.sl =&amp;gt;     /usr/local/lib/libssl.sl&lt;BR /&gt;        /usr/local/lib/liblber.sl =&amp;gt;    /usr/local/lib/liblber.sl&lt;BR /&gt;        /usr/local/lib/libmhash.sl =&amp;gt;   /usr/local/lib/libmhash.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /opt/freetds/lib/libsybdb.sl.5 =&amp;gt;       /opt/freetds/lib/libsybdb.sl.5&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/local/lib/libexpat.sl =&amp;gt;   /usr/local/lib/libexpat.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/local/lib/libexslt.sl =&amp;gt;   /usr/local/lib/libexslt.sl&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/local/lib/libiconv.sl =&amp;gt;   /usr/local/lib/libiconv.sl&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/local/lib/libz.sl =&amp;gt;       /usr/local/lib/libz.sl&lt;BR /&gt;        /usr/local/lib/libxml2.sl =&amp;gt;    /usr/local/lib/libxml2.sl&lt;BR /&gt;        /usr/local/lib/libxslt.sl =&amp;gt;    /usr/local/lib/libxslt.sl&lt;BR /&gt;        /informix/ifx31/lib/esql/libifglx.sl =&amp;gt; /informix/ifx31/lib/esql/libifgl&lt;BR /&gt;x.sl&lt;BR /&gt;        /usr/lib/libsec.2 =&amp;gt;    /usr/lib/libsec.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/lib/libnsl_s.2 =&amp;gt;  /usr/lib/libnsl_s.2&lt;BR /&gt;        /informix/ifx31/lib/esql/libifgls.sl =&amp;gt; /informix/ifx31/lib/esql/libifgl&lt;BR /&gt;s.sl&lt;BR /&gt;        /informix/ifx31/lib/esql/libifos.sl =&amp;gt;  /informix/ifx31/lib/esql/libifos&lt;BR /&gt;.sl&lt;BR /&gt;        /informix/ifx31/lib/esql/libifgen.sl =&amp;gt; /informix/ifx31/lib/esql/libifge&lt;BR /&gt;n.sl&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /informix/ifx31/lib/libifasf.sl =&amp;gt;      /informix/ifx31/lib/libifasf.sl&lt;BR /&gt;        /informix/ifx31/lib/esql/libifsql.sl =&amp;gt; /informix/ifx31/lib/esql/libifsq&lt;BR /&gt;l.sl&lt;BR /&gt;        symbol not found: _SYSTEM_ID    (/usr/lib/libc.2)&lt;BR /&gt;        symbol not found: _end  (/usr/lib/libc.2)&lt;BR /&gt;        symbol not found: __dld_loc     (/usr/lib/libdld.2)&lt;BR /&gt;        symbol not found: ap_loaded_modules     (libphp5.so)&lt;BR /&gt;        symbol not found: ap_server_root        (libphp5.so)&lt;BR /&gt;        symbol not found: unixd_config  (libphp5.so)&lt;BR /&gt;        symbol not found: apr_table_elts        (libphp5.so)&lt;BR /&gt;        symbol not found: ap_destroy_sub_req    (libphp5.so)&lt;BR /&gt;        symbol not found: apr_table_get (libphp5.so)&lt;BR /&gt;        symbol not found: apr_table_set (libphp5.so)&lt;BR /&gt;        symbol not found: ap_sub_req_lookup_uri (libphp5.so)&lt;BR /&gt;        symbol not found: ap_rflush     (libphp5.so)&lt;BR /&gt;        symbol not found: ap_run_sub_req        (libphp5.so)&lt;BR /&gt;        symbol not found: ap_get_server_version (libphp5.so)&lt;BR /&gt;        symbol not found: ap_mpm_query  (libphp5.so)&lt;BR /&gt;        symbol not found: apr_snprintf  (libphp5.so)&lt;BR /&gt;        symbol not found: apr_pstrdup   (libphp5.so)&lt;BR /&gt;        symbol not found: apr_table_unset       (libphp5.so)&lt;BR /&gt;        symbol not found: ap_set_content_type   (libphp5.so)&lt;BR /&gt;        symbol not found: apr_pool_cleanup_register     (libphp5.so)&lt;BR /&gt;        symbol not found: apr_brigade_cleanup   (libphp5.so)&lt;BR /&gt;        symbol not found: ap_log_rerror (libphp5.so)&lt;BR /&gt;        symbol not found: ap_rwrite     (libphp5.so)&lt;BR /&gt;        symbol not found: apr_pool_userdata_get (libphp5.so)&lt;BR /&gt;        symbol not found: apr_pool_userdata_set (libphp5.so)&lt;BR /&gt;        symbol not found: ap_add_version_component      (libphp5.so)&lt;BR /&gt;        symbol not found: apr_pool_cleanup_null (libphp5.so)&lt;BR /&gt;        symbol not found: ap_add_common_vars    (libphp5.so)&lt;BR /&gt;        symbol not found: ap_add_cgi_vars       (libphp5.so)&lt;BR /&gt;        symbol not found: apr_palloc    (libphp5.so)&lt;BR /&gt;        symbol not found: ap_update_mtime       (libphp5.so)&lt;BR /&gt;        symbol not found: ap_auth_type  (libphp5.so)&lt;BR /&gt;        symbol not found: ap_hook_pre_config    (libphp5.so)&lt;BR /&gt;        symbol not found: ap_hook_post_config   (libphp5.so)&lt;BR /&gt;        symbol not found: ap_hook_handler       (libphp5.so)&lt;BR /&gt;        symbol not found: ap_log_error  (libphp5.so)&lt;BR /&gt;        symbol not found: apr_pool_cleanup_run  (libphp5.so)&lt;BR /&gt;        symbol not found: ap_set_last_modified  (libphp5.so)&lt;BR /&gt;        symbol not found: ap_pass_brigade       (libphp5.so)&lt;BR /&gt;        symbol not found: apr_bucket_eos_create (libphp5.so)&lt;BR /&gt;        symbol not found: apr_brigade_flatten   (libphp5.so)&lt;BR /&gt;        symbol not found: ap_get_brigade        (libphp5.so)&lt;BR /&gt;        symbol not found: apr_table_add (libphp5.so)&lt;BR /&gt;        symbol not found: apr_brigade_create    (libphp5.so)&lt;BR /&gt;        symbol not found: ap_server_root_relative       (libphp5.so)   &lt;BR /&gt;&lt;BR /&gt;Have you any solution to the problem?&lt;BR /&gt;&lt;BR /&gt;Thank's</description>
      <pubDate>Sun, 01 Oct 2006 15:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836726#M773596</guid>
      <dc:creator>Diego Calvo</dc:creator>
      <dc:date>2006-10-01T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836727#M773597</link>
      <description>It did work with a different compile method,&lt;BR /&gt;Hope this can help&lt;BR /&gt;&lt;BR /&gt;Alain&lt;BR /&gt;&lt;BR /&gt;* Apache 2.2.3&lt;BR /&gt;export BASE=/usr/local&lt;BR /&gt;export BLIB=$BASE/libs&lt;BR /&gt;export BAP=$BASE/apache223&lt;BR /&gt;export LDFLAGS="-lcl"&lt;BR /&gt;export CFLAGS='-O2'&lt;BR /&gt;cd /tmp/http-2.2.3&lt;BR /&gt;cd srclib/apr&lt;BR /&gt;./configure --prefix=$BAP --enable-threads&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;cd ../apr-util&lt;BR /&gt;./configure --prefix=$BAP --with-expat=/usr/local/expat --with-apr=$BAP&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;cd ../..&lt;BR /&gt;./configure --prefix=$BAP --enable-mods-shared="all cache case-filter case-filter-in cgid charset-lite&lt;BR /&gt;deflate disk-cache echo file-cache" --disable-auth-digest --with-expat=/usr/local/expat&lt;BR /&gt;--with-apr=$BAP --with-apr-util=$BAP&lt;BR /&gt;gmake&lt;BR /&gt;gmake install&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Oct 2006 01:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836727#M773597</guid>
      <dc:creator>Ganuchaud</dc:creator>
      <dc:date>2006-10-02T01:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: libphp4.so Unresolved external on hpux11.11_Apache2.2.2_php4.4.2</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836728#M773598</link>
      <description>Hello again.&lt;BR /&gt;I just resolved my problem.&lt;BR /&gt;It was an patch bug, the PHSS_33037  s700_800 11.11 ld(1) and linker tools cumulative patch has a Workarround, and was the origin of the problem of loading shared libraries. Removing the patch PHSS_33037 and installing the patch PHSS_33035 the problem was solved.&lt;BR /&gt;This solution resolve the problem of loading shared libraries&lt;BR /&gt;Cannot load /opt/hpws/apache/modules/libphp5.so into server: Can't open shared l&lt;BR /&gt;ibrary: /usr/lib/libm.2 &lt;BR /&gt;I'm not sure if resolve the unresolved external too.&lt;BR /&gt;Thank's</description>
      <pubDate>Tue, 03 Oct 2006 02:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/libphp4-so-unresolved-external-on-hpux11-11-apache2-2-2-php4-4-2/m-p/3836728#M773598</guid>
      <dc:creator>Diego Calvo</dc:creator>
      <dc:date>2006-10-03T02:41:11Z</dc:date>
    </item>
  </channel>
</rss>

