<?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: php compile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332083#M874055</link>
    <description>1. In .profile file,&lt;BR /&gt;I have to set, 'LD_PRELOAD=/usr/lib'  ?&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;For compatible code across both PA_RISC 1.1 and 2.0 workstations and&lt;BR /&gt;servers, use the +DAportable option.&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;where is setting option, '+DAportable'?&lt;BR /&gt;^^;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Jul 2004 04:17:27 GMT</pubDate>
    <dc:creator>이현석_3</dc:creator>
    <dc:date>2004-07-15T04:17:27Z</dc:date>
    <item>
      <title>php compile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332081#M874053</link>
      <description>Iplanet + php 4.3.7 + oracle client&lt;BR /&gt;&lt;BR /&gt;State :&lt;BR /&gt;Iplanet, oracle client : installed&lt;BR /&gt;compiler : gcc&lt;BR /&gt;&lt;BR /&gt;When php compile, I had a message,&lt;BR /&gt;&lt;BR /&gt;#./configure --with-oci8=/orahome --with-nsapi=/iplanet/server &lt;BR /&gt;&lt;BR /&gt;---------&lt;BR /&gt;cp: cannot access libs/libphp4.sl: No such file or directory&lt;BR /&gt;make: *** [install-sapi] Error 1&lt;BR /&gt;---------&lt;BR /&gt;After 'make' , In php/libs directory *.sl file is not in.&lt;BR /&gt;&lt;BR /&gt;1. library path problem?&lt;BR /&gt;In .profile file, &lt;BR /&gt;LD_LIBRARY_PATH=/usr/lib:/usr/local/lib&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;2. ld problem?&lt;BR /&gt;when it is compiled, warning message display&lt;BR /&gt;&lt;BR /&gt;----message&lt;BR /&gt;*** Warning: linker path does not have real file for library -l:libcl.a.&lt;BR /&gt; I have the capability to make that library automatically link in when you link to this library.  But I can only do this if you have a&lt;BR /&gt;shared version of the library, which you do not appear to have because I did check the linker path looking for a file starting&lt;BR /&gt;with lib:libcl.a and none of the candidates passed a file format test&lt;BR /&gt;using a file magic. Last file checked: /lib/libnsl.1&lt;BR /&gt;&lt;BR /&gt; Warning: linker path does not have real file for library -l:librt.sl.&lt;BR /&gt;I have the capability to make that library automatically link in when&lt;BR /&gt;you link to this library.  But I can only do this if you have a shared version of the library, which you do not appear to have&lt;BR /&gt;because I did check the linker path looking for a file starting with lib:librt.sl and none of the candidates passed a file format test&lt;BR /&gt;using a file magic. Last file&lt;BR /&gt;checked: /lib/libnsl.1&lt;BR /&gt;------------&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;3. other message&lt;BR /&gt;/usr/ccs/bin/ld: (Warning) At least one PA2 object file (su9_prt.o) was detected. The linked output may not work on PA 1.x system.&lt;BR /&gt;&lt;BR /&gt;Is there different between PA2.X and PA1.x?&lt;BR /&gt;(I don't know about hpux)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2004 03:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332081#M874053</guid>
      <dc:creator>이현석_3</dc:creator>
      <dc:date>2004-07-15T03:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: php compile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332082#M874054</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;For 1 and 2 look at&lt;BR /&gt;&lt;BR /&gt;LD_PRELOAD is implemented as part of dynamic&lt;BR /&gt;       linker so that libraries specified in&lt;BR /&gt;        LD_PRELOAD env variable are loaded as part&lt;BR /&gt;       of a.out dependent's list.&lt;BR /&gt;&lt;BR /&gt;Point 3 there are differences and thus the message&lt;BR /&gt;&lt;BR /&gt;You should always try to compile on the platform you wish to use or use &lt;BR /&gt;&lt;BR /&gt;For compatible code across both PA_RISC 1.1 and 2.0 workstations and&lt;BR /&gt;servers, use the +DAportable option.&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Thu, 15 Jul 2004 03:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332082#M874054</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-07-15T03:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: php compile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332083#M874055</link>
      <description>1. In .profile file,&lt;BR /&gt;I have to set, 'LD_PRELOAD=/usr/lib'  ?&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;For compatible code across both PA_RISC 1.1 and 2.0 workstations and&lt;BR /&gt;servers, use the +DAportable option.&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;where is setting option, '+DAportable'?&lt;BR /&gt;^^;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2004 04:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332083#M874055</guid>
      <dc:creator>이현석_3</dc:creator>
      <dc:date>2004-07-15T04:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: php compile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332084#M874056</link>
      <description>I add warning messages,&lt;BR /&gt;I don't know that php/libs/*.sl file don't create &lt;BR /&gt;&lt;BR /&gt;-------&lt;BR /&gt;*** Warning: linker path does not have real file for library -l:libdld.sl.&lt;BR /&gt;*** I have the capability to make that library automatically link in when&lt;BR /&gt;*** you link to this library.  But I can only do this if you have a&lt;BR /&gt;*** shared version of the library, which you do not appear to have&lt;BR /&gt;*** because I did check the linker path looking for a file starting&lt;BR /&gt;with lib:libdld.sl and none of the candidates passed a file format test&lt;BR /&gt;using a file magic. Last file checked: /lib/libnsl.1&lt;BR /&gt;&lt;BR /&gt;*** Warning: libtool could not satisfy all declared inter-library&lt;BR /&gt;dependencies of module libphp4.  Therefore, libtool will create&lt;BR /&gt; a static module, that should work as long as the dlopening&lt;BR /&gt;application is linked with the -dlopen flag.&lt;BR /&gt;-------------</description>
      <pubDate>Thu, 15 Jul 2004 04:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/php-compile/m-p/3332084#M874056</guid>
      <dc:creator>이현석_3</dc:creator>
      <dc:date>2004-07-15T04:22:38Z</dc:date>
    </item>
  </channel>
</rss>

