<?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: problem starting Sun One Mail Server on 11i v1 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562325#M226743</link>
    <description>$ /usr/sbin/swlist -l patch | grep linker&lt;BR /&gt;&lt;BR /&gt;to check what linker patch is installed.&lt;BR /&gt;&lt;BR /&gt;From your previous post it seems that you've checked that libimta.sl exists in one of the directories specified in SHLIB_PATH.&lt;BR /&gt;&lt;BR /&gt;Is imtacli, by any chance, setuid?</description>
    <pubDate>Sat, 11 Jun 2005 09:02:29 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2005-06-11T09:02:29Z</dc:date>
    <item>
      <title>problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562320#M226738</link>
      <description>I have recently installed a number of patches on an 11i v1 system.  After doing this I'm having prolblems starting my Sun One mail server (iMS 5.2 1.21)&lt;BR /&gt;&lt;BR /&gt;The error goes like this:&lt;BR /&gt;&lt;BR /&gt;bash-2.04# ./start-msg &lt;BR /&gt;/opt/iplanet/server5: Starting STORE daemon ........ done: 15056 &lt;BR /&gt;/opt/iplanet/server5: Starting POP3 daemon .... done: 15086 &lt;BR /&gt;/opt/iplanet/server5: Starting IMAP4 daemon .... done: 15100 &lt;BR /&gt;/opt/iplanet/server5: Starting HTTP daemon .... done: 15115 &lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libimta.sl&lt;BR /&gt;imsimta abort&lt;BR /&gt;&lt;BR /&gt;The imta cannot start.&lt;BR /&gt;&lt;BR /&gt;All files/paths are correct.&lt;BR /&gt;&lt;BR /&gt;I have seen similiar posts, the theme seems to be that the SHLIB_PATH is not set correctly or the dynamic loader cannot recognize the app??  &lt;BR /&gt;&lt;BR /&gt;Has anyone run into this issue before?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help</description>
      <pubDate>Sat, 11 Jun 2005 07:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562320#M226738</guid>
      <dc:creator>Doug Wismer</dc:creator>
      <dc:date>2005-06-11T07:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562321#M226739</link>
      <description>Can you please post output of chatr on the relevant binary that tries to load libimta.sl? Does that binary have setuid bit set?&lt;BR /&gt;&lt;BR /&gt;Was one of the patches recently installed linker patch (e.g. ld(1) and linker tools cumulative patch)?</description>
      <pubDate>Sat, 11 Jun 2005 08:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562321#M226739</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-11T08:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562322#M226740</link>
      <description>Here is a sample of a similiar post:&lt;BR /&gt;&lt;BR /&gt;"The error message /usr/lib/dld.sl: Can't open shared library: ./libqutil.sl&lt;BR /&gt;has nothing to do with HP-UX software.  What the message means is the&lt;BR /&gt;dynamic library loader(dld.sl) could not find the library ./libqutil.sl&lt;BR /&gt;in the current directory.&lt;BR /&gt;&lt;BR /&gt;"libqutil.sl" is not an HP-UX library, but probably a QT library:&lt;BR /&gt;part of a distribution from Trolltech.  The app may be KDE.&lt;BR /&gt;Two possible reasons for the error are: "libqutil.sl" actually&lt;BR /&gt;is on the system but not in the current directory, or the library is&lt;BR /&gt;not installed on the system.&lt;BR /&gt;&lt;BR /&gt;If "libqutil.sl" is in another directory then it should be possible to 'cd'&lt;BR /&gt;to the directory containing the library and execute the application from there.&lt;BR /&gt;Use the 'find' command to help locate the library if it exists on the system.&lt;BR /&gt;&lt;BR /&gt;Executing the application from the library directory may not be desirable&lt;BR /&gt;in which case the SHLIB_PATH environment variable may be used to specify the&lt;BR /&gt;library directory search path.  This may involve also using the 'chatr'&lt;BR /&gt;command to enable the use of SHLIB_PATH.&lt;BR /&gt;&lt;BR /&gt;Links for download information:"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do I use chatr to enable SHLIB_PATH???</description>
      <pubDate>Sat, 11 Jun 2005 08:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562322#M226740</guid>
      <dc:creator>Doug Wismer</dc:creator>
      <dc:date>2005-06-11T08:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562323#M226741</link>
      <description>To enable use of SHLIB_PATH&lt;BR /&gt;&lt;BR /&gt;# chatr +s enable &lt;EXECUTABLE&gt;&lt;BR /&gt;&lt;BR /&gt;One caveat is that all libraries to be loaded via SHLIB_PATH must show as "dynamic" in chatr output. If it says "static" then SHLIB_PATH will be ignored for that library.&lt;BR /&gt;&lt;BR /&gt;         shared library list:&lt;BR /&gt;             static   libxcurses.1&lt;BR /&gt;&lt;BR /&gt;Static entries can be turned into dynamic with&lt;BR /&gt;&lt;BR /&gt;# chatr -l &lt;LIBRARY&gt; &lt;EXECUTABLE&gt;&lt;BR /&gt;&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   libxcurses.1&lt;BR /&gt;&lt;BR /&gt;&lt;/EXECUTABLE&gt;&lt;/LIBRARY&gt;&lt;/EXECUTABLE&gt;</description>
      <pubDate>Sat, 11 Jun 2005 08:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562323#M226741</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-11T08:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562324#M226742</link>
      <description>Hi Ermin:&lt;BR /&gt;&lt;BR /&gt;Program is imtacli&lt;BR /&gt;&lt;BR /&gt;/opt/iplanet/server5/bin/msg/imta/bin/imtacli&lt;BR /&gt;bash-2.04# chatr imtacli                         &lt;BR /&gt;imtacli: &lt;BR /&gt;         shared executable &lt;BR /&gt;         shared library dynamic path search:&lt;BR /&gt;             SHLIB_PATH     enabled   first  &lt;BR /&gt;             embedded path  enabled   second ../../../../bin/msg/lib:../../bin/msg/lib:../bin/msg/lib:bin/msg/lib:lib:../lib:../../lib:../../../../lib:../../../../bin/msg/imta/lib:/usr/lib:/lib&lt;BR /&gt;         shared library list:&lt;BR /&gt;             dynamic   HP-UXB.11.00_OPT.OBJ/libimta.sl&lt;BR /&gt;             dynamic   ../../../lib/cyrus/HP-UXB.11.00_OPT.OBJ/libcyrus.sl&lt;BR /&gt;             dynamic   ../../../lib/cyrus/HP-UXB.11.00_OPT.OBJ/libchartable.sl&lt;BR /&gt;             dynamic   ../../../lib/async/HP-UXB.11.00_OPT.OBJ/libasync.sl&lt;BR /&gt;             dynamic   ../../../lib/mee/HP-UXB.11.00_OPT.OBJ/libmee.sl&lt;BR /&gt;             dynamic   ../../../lib/yasr/HP-UXB.11.00_OPT.OBJ/libyasr.sl&lt;BR /&gt;             dynamic   ../../../../external/adminsdk/HP-UXB.11.00_OPT.OBJ/lib//libadminutil.sl&lt;BR /&gt;             dynamic   ../../../../external/nspr/HP-UXB.11.00_OPT.OBJ/lib//libplds3.sl&lt;BR /&gt;             dynamic   ../../../../external/nspr/HP-UXB.11.00_OPT.OBJ/lib//libnspr3.sl&lt;BR /&gt;             dynamic   ../../../../external/nspr/HP-UXB.11.00_OPT.OBJ/lib//libplc3.sl&lt;BR /&gt;             dynamic   ../../../../external/ldap/HP-UXB.11.00_OPT.OBJ/lib//libldap40.sl&lt;BR /&gt;             dynamic   ../../../../external/nls/HP-UXB.11.00_OPT.OBJ/lib//libnsres31.sl&lt;BR /&gt;             dynamic   ../../../../external/nls/HP-UXB.11.00_OPT.OBJ/lib//libnsfmt31.sl&lt;BR /&gt;             dynamic   ../../../../external/nls/HP-UXB.11.00_OPT.OBJ/lib//libnscnv31.sl&lt;BR /&gt;             dynamic   ../../../../external/nls/HP-UXB.11.00_OPT.OBJ/lib//libnscol31.sl&lt;BR /&gt;             dynamic   ../../../../external/nls/HP-UXB.11.00_OPT.OBJ/lib//libnsuni31.sl&lt;BR /&gt;             dynamic   /usr/lib/libsec.2&lt;BR /&gt;             dynamic   /usr/lib/librt.2&lt;BR /&gt;             dynamic   /usr/lib/libstd.2&lt;BR /&gt;             dynamic   /usr/lib/libstream.2&lt;BR /&gt;             dynamic   /usr/lib/libCsup.2&lt;BR /&gt;             dynamic   /usr/lib/libm.2&lt;BR /&gt;             dynamic   /usr/lib/libcl.2&lt;BR /&gt;             dynamic   /usr/lib/libc.2&lt;BR /&gt;             static    /usr/lib/libdld.2&lt;BR /&gt;         shared library binding:&lt;BR /&gt;             deferred &lt;BR /&gt;         global hash table disabled&lt;BR /&gt;         plabel caching disabled&lt;BR /&gt;         global hash array size:1103&lt;BR /&gt;         global hash array nbuckets:3&lt;BR /&gt;         shared vtable support disabled&lt;BR /&gt;         static branch prediction disabled&lt;BR /&gt;         executable from stack: D (default)&lt;BR /&gt;         kernel assisted branch prediction enabled&lt;BR /&gt;         lazy swap allocation disabled&lt;BR /&gt;         text segment locking disabled&lt;BR /&gt;         data segment locking disabled&lt;BR /&gt;         third quadrant private data space disabled&lt;BR /&gt;         fourth quadrant private data space disabled&lt;BR /&gt;         third quadrant global data space disabled&lt;BR /&gt;         data page size: D (default)&lt;BR /&gt;         instruction page size: D (default)&lt;BR /&gt;         nulptr references disabled&lt;BR /&gt;         shared library private mapping disabled&lt;BR /&gt;         shared library text merging disabled&lt;BR /&gt;bash-2.04#&lt;BR /&gt;&lt;BR /&gt;I'm not sure of the patch..unfortunately.  The patches were installed by another admin...and I'm still trying to gather patch info.  But I'm assuming there was some sort of ld update...dld.sl has a fairly new time stamp&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2005 08:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562324#M226742</guid>
      <dc:creator>Doug Wismer</dc:creator>
      <dc:date>2005-06-11T08:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562325#M226743</link>
      <description>$ /usr/sbin/swlist -l patch | grep linker&lt;BR /&gt;&lt;BR /&gt;to check what linker patch is installed.&lt;BR /&gt;&lt;BR /&gt;From your previous post it seems that you've checked that libimta.sl exists in one of the directories specified in SHLIB_PATH.&lt;BR /&gt;&lt;BR /&gt;Is imtacli, by any chance, setuid?</description>
      <pubDate>Sat, 11 Jun 2005 09:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562325#M226743</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-11T09:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562326#M226744</link>
      <description>Yup...looks like the linker patch was installed:&lt;BR /&gt;&lt;BR /&gt;PHSS_30970 1.0 ld (1) and Linker tools cumulative patch&lt;BR /&gt;Yes..libimta.sl exists in ../../../../bin/msg/imta/lib&lt;BR /&gt;and I believe the imtacli is setuid:&lt;BR /&gt;-rws--x-- 1 lmadmin users 619136 feb 21  2002 imtacli&lt;BR /&gt;Also..I do have a working machine..with a similiar config...what I did notice a diff in the chatr output:&lt;BR /&gt;&lt;BR /&gt;The broken box is showing this from chatr:&lt;BR /&gt;nulptr references disabled&lt;BR /&gt;shared library private mapping disabled&lt;BR /&gt;shared library text merging disabled&lt;BR /&gt;&lt;BR /&gt;The working machine, has not such entries...could this have anything to do with it?&lt;BR /&gt;Would backing out PHSS_30970 , solve the issue maybe?&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2005 09:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562326#M226744</guid>
      <dc:creator>Doug Wismer</dc:creator>
      <dc:date>2005-06-11T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562327#M226745</link>
      <description>chatr output shows that use of SHLIB_PATH and embedded path is enabled. SHLIB_PATH is searched first and embedded path is searched second.&lt;BR /&gt;&lt;BR /&gt;However, since your binary is setuid to lmadmin, SHLIB_PATH will be ignored if you are running it as any user other than lmadmin.&lt;BR /&gt;&lt;BR /&gt;Embedded path should still be searched after SHLIB_PATH, and since you have relative path it's calculated from your current directory (not the directory where binary resides). So make sure you're in the right directory.</description>
      <pubDate>Sat, 11 Jun 2005 20:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562327#M226745</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-11T20:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562328#M226746</link>
      <description>definitly something with this patch...PHSS_30970.  I added it to my working mail server...and now I'm getting the same error starting it.&lt;BR /&gt;&lt;BR /&gt;root@slcsup56 /apps/cp/iplanet/server5/msg-slcsup56&amp;gt;./start-msg&lt;BR /&gt;/apps/cp/iplanet/server5: Starting STORE daemon ...... done: 6013&lt;BR /&gt;/apps/cp/iplanet/server5: Starting POP3 daemon .... done: 6034&lt;BR /&gt;/apps/cp/iplanet/server5: Starting IMAP4 daemon .... done: 6048&lt;BR /&gt;/apps/cp/iplanet/server5: Starting HTTP daemon .... done: 6063&lt;BR /&gt;/usr/lib/dld.sl: Can't find path for shared library: libimta.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;/apps/cp/iplanet/server5/msg-slcsup56/imsimta[55]: 6083 Abort&lt;BR /&gt;Starting ENS daemon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jun 2005 11:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562328#M226746</guid>
      <dc:creator>Doug Wismer</dc:creator>
      <dc:date>2005-06-12T11:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem starting Sun One Mail Server on 11i v1</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562329#M226747</link>
      <description>The answer seems to be in the release notes for PHSS_30970&lt;BR /&gt;&lt;BR /&gt;release notes for PHSS_30970, you will see the following:&lt;BR /&gt;&lt;BR /&gt;This Critical Warning has been issued by HP.&lt;BR /&gt;&lt;BR /&gt;PHSS_30968 introduced behavior that may cause dynamically&lt;BR /&gt;loaded 32-bit setuid applications to fail because the&lt;BR /&gt;SHLIB_PATH and LD_LIBRARY_PATH environment variables are&lt;BR /&gt;ignored for setuid programs. The applications may fail to&lt;BR /&gt;start due to missing libraries or may abort at startup due to&lt;BR /&gt;libraries being loaded in a different order than intended.&lt;BR /&gt;The same behavior is observed with superseding patch PHSS_30970.&lt;BR /&gt;&lt;BR /&gt;The mail server iMS 5.2, is a 32-bit setuid application.&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jul 2005 20:30:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-starting-sun-one-mail-server-on-11i-v1/m-p/3562329#M226747</guid>
      <dc:creator>Doug Wismer</dc:creator>
      <dc:date>2005-07-13T20:30:45Z</dc:date>
    </item>
  </channel>
</rss>

