<?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: madsiz question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974287#M758679</link>
    <description>Typically this error means you are out of shared memory.  And you would look at ipcs -ma.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Bill: I looked at the error message rather than the command itself.&lt;BR /&gt;&lt;BR /&gt;But you didn't notice "TEXT". ;-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Hein: You just can not do ldd on dld.sl.&lt;BR /&gt;Why would you want to? &lt;BR /&gt;&lt;BR /&gt;Right.  If you do this on IPF you get a nicer message:&lt;BR /&gt;ldd: "/usr/lib/hpux32/dld.so" is not a shared executable.&lt;BR /&gt;&lt;BR /&gt;It looks like Rasheed found a previous thread.&lt;BR /&gt;&lt;BR /&gt;Note you can use chatr(1).</description>
    <pubDate>Wed, 04 Apr 2007 01:04:44 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-04-04T01:04:44Z</dc:date>
    <item>
      <title>madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974279#M758671</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;on every server i can connect i've the same behavior:&lt;BR /&gt;#&amp;gt; ldd /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;&lt;BR /&gt;is there a normal behavior or must i reevaluate the maxdsiz value ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Tue, 03 Apr 2007 06:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974279#M758671</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2007-04-03T06:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974280#M758672</link>
      <description>Without any information about your version of HP-UX or the current settings for maxdsiz, madssiz and maxtsiz (and the _64 bit parameters too), I can only guess that maxdsiz is at the default (very small) limit of 64 megs. Change it to 900 megs and also change maxdsiz_64 to something larger than maxdsiz, perhaps 4Gb. Use kctune to see you current settings (kmtune if you're running 11.11 or earlier, sysdef if you're running 10.20 or earlier). &lt;BR /&gt; &lt;BR /&gt;Look at your swap space with:&lt;BR /&gt; &lt;BR /&gt;swapinfo -tam&lt;BR /&gt; &lt;BR /&gt;If you have very small RAM (less than 2Gb), then you may need a lot of additional swap space. Also make sure your current ulimit -m value is unlimited which means it is the same as maxdsiz.</description>
      <pubDate>Tue, 03 Apr 2007 06:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974280#M758672</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-03T06:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974281#M758673</link>
      <description>Hi Cedrick:&lt;BR /&gt;&lt;BR /&gt;No, this isn't normal behavior!  You need to evaluate not only your 'maxdsiz' values (32 and 64-bit) but also your swapspace.  It is possible that you do not have enough swap space available for process reservation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Apr 2007 06:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974281#M758673</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-04-03T06:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974282#M758674</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;the swap space for these servers is small but seems to be sufficient enough.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hpux 11.00:&lt;BR /&gt;# kmtune -q maxdsiz -q maxdsiz_64bit&lt;BR /&gt;Parameter            Value&lt;BR /&gt;===============================================================================&lt;BR /&gt;maxdsiz              0X0000000040000000&lt;BR /&gt;maxdsiz_64bit        0X0000000040000000&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        2048       0    2048    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -    2048   -2048&lt;BR /&gt;memory     3139    1128    2011   36%&lt;BR /&gt;total      5187    3176    2011   61%       -       0    -&lt;BR /&gt;# ldd /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;# ulimit -aH |grep memory ; ulimit -aS |grep memory&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;# /opt/Toolsets/bin/kmeminfo&lt;BR /&gt;tool: kmeminfo 5.19&lt;BR /&gt;unix: /stand/vmunix 11.00 64bit PA2.0 on "nr0u0132"&lt;BR /&gt;core: /dev/kmem live&lt;BR /&gt;link: Wed Dec 1 12:39:09 MET 2004&lt;BR /&gt;boot: Sat Sep  9 23:47:14 2006&lt;BR /&gt;time: Tue Apr  3 14:54:34 2007&lt;BR /&gt;nbpg: 4096 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physical memory       =  1048576    4.0g 100%  &lt;BR /&gt;Free memory           =   195341  763.1m  19%  &lt;BR /&gt;User processes        =   518439    2.0g  49%  details with -user&lt;BR /&gt;System                =   330505    1.3g  32%  &lt;BR /&gt;  Kernel              =   225648  881.4m  22%  kernel text and data&lt;BR /&gt;    MALLOC            =    92397  360.9m   9%  memory buckets&lt;BR /&gt;      bucket[5]       =     2909   11.4m   0%   size    32 bytes&lt;BR /&gt;      bucket[6]       =      139  556.0k   0%   size    64 bytes&lt;BR /&gt;      bucket[7]       =     3429   13.4m   0%   size   128 bytes&lt;BR /&gt;      bucket[8]       =     1092    4.3m   0%   size   256 bytes&lt;BR /&gt;      bucket[9]       =     2795   10.9m   0%   size   512 bytes&lt;BR /&gt;      bucket[10]      =     5000   19.5m   0%   size  1024 bytes&lt;BR /&gt;      bucket[11]      =    70828  276.7m   7%   size  2048 bytes&lt;BR /&gt;      bucket[12]      =      187  748.0k   0%   size  4096 bytes&lt;BR /&gt;      bucket[13]      =      316    1.2m   0%   size     2 pages&lt;BR /&gt;      bucket[14]      =      195  780.0k   0%   size     3 pages&lt;BR /&gt;      bucket[15]      =       52  208.0k   0%   size     4 pages&lt;BR /&gt;      bucket[16]      =       10   40.0k   0%   size     5 pages&lt;BR /&gt;      bucket[17]      =       24   96.0k   0%   size     6 pages&lt;BR /&gt;      bucket[18]      =        0    0.0b   0%   size     7 pages&lt;BR /&gt;      bucket[19]      =       16   64.0k   0%   size     8 pages&lt;BR /&gt;      bucket[20]      =     5391   21.1m   1%   size &amp;gt;   8 pages&lt;BR /&gt;      reserved        =       14   56.0k   0%  reserved pools&lt;BR /&gt;    Super page pool   =    56512  220.8m   5%  details with -kas&lt;BR /&gt;    Static Tables     =    62280  243.3m   6%  details with -static&lt;BR /&gt;      pfdat           =    23806   93.0m   2%  &lt;BR /&gt;      nbuf            =    12251   47.9m   1%  bufcache headers&lt;BR /&gt;      htbl2_0         =     8192   32.0m   1%  &lt;BR /&gt;      pfn_to_virt     =     3967   15.5m   0%  &lt;BR /&gt;      bufhash         =     2560   10.0m   0%  bufcache hash headers&lt;BR /&gt;      Other tables    =    11503   44.9m   1%  details with -static&lt;BR /&gt;  Buffer cache        =   104857  409.6m  10%  details with -bufcache&lt;BR /&gt;&lt;BR /&gt;hpux 11.11:&lt;BR /&gt;# kmtune -q maxdsiz -q maxdsiz_64bit&lt;BR /&gt;Parameter             Current Dyn Planned                    Module     Version&lt;BR /&gt;===============================================================================&lt;BR /&gt;maxdsiz            0xfffff000  -  0XFFFFF000                 &lt;BR /&gt;maxdsiz_64bit     0x400000000  -  0X400000000&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev       10240     148   10092    1%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev        6144     118    6026    2%       0       -    1  /dev/vg00/swap_2&lt;BR /&gt;reserve       -   15856  -15856&lt;BR /&gt;memory    20509    6647   13862   32%&lt;BR /&gt;total     36893   22769   14124   62%       -       0    -&lt;BR /&gt;# ldd /usr/lib/dld.sl   &lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;# ulimit -aH |grep memory ; ulimit -aS |grep memory&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;# /opt/Toolsets/bin/kmeminfo&lt;BR /&gt;tool: kmeminfo 5.19&lt;BR /&gt;unix: /stand/vmunix 11.11 64bit PA2.0 on "nr0u0150"&lt;BR /&gt;core: /dev/kmem live&lt;BR /&gt;link: Thu Jun 15 14:32:56 METDST 2006&lt;BR /&gt;boot: Thu Aug  3 15:41:45 2006&lt;BR /&gt;time: Tue Apr  3 14:55:25 2007&lt;BR /&gt;nbpg: 4096 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physical memory       =  6806784   26.0g 100%  &lt;BR /&gt;Free memory           =  2089391    8.0g  31%  &lt;BR /&gt;User processes        =  2698155   10.3g  40%  details with -user&lt;BR /&gt;System                =  2001275    7.6g  29%  &lt;BR /&gt;  Kernel              =  1320597    5.0g  19%  kernel text and data&lt;BR /&gt;    Dynamic Arenas    =   734216    2.8g  11%  details with -arena&lt;BR /&gt;      vx_inode_cache  =   229102  894.9m   3%  &lt;BR /&gt;      vx_global_pool  =   173773  678.8m   3%  &lt;BR /&gt;      ALLOCB_MBLK_LM  =    97261  379.9m   1%  &lt;BR /&gt;      ALLOCB_MBLK_SM  =    64046  250.2m   1%  &lt;BR /&gt;      vx_buffer_cache =    37216  145.4m   1%  &lt;BR /&gt;      Other arenas    =   132818  518.8m   2%  details with -arena&lt;BR /&gt;    Super page pool   =   164140  641.2m   2%  details with -kas&lt;BR /&gt;    Static Tables     =   354673    1.4g   5%  details with -static&lt;BR /&gt;      pfdat           =   155730  608.3m   2%  &lt;BR /&gt;      nbuf            =    69392  271.1m   1%  bufcache headers&lt;BR /&gt;      htbl2_0         =    65536  256.0m   1%  &lt;BR /&gt;      pfn_to_virt     =    25955  101.4m   0%  &lt;BR /&gt;      bufhash         =    20480   80.0m   0%  bufcache hash headers&lt;BR /&gt;      Other tables    =    17579   68.7m   0%  details with -static&lt;BR /&gt;  Buffer cache        =   680678    2.6g  10%  details with -bufcache&lt;BR /&gt;&lt;BR /&gt;hpux 11.23:&lt;BR /&gt;#&amp;gt; kctune maxdsiz maxdsiz_64bit&lt;BR /&gt;                                                                               &lt;BR /&gt;Tunable             Value  Expression  Changes&lt;BR /&gt;maxdsiz        2063835136  2063835136  Immed&lt;BR /&gt;maxdsiz_64bit  0x40000000  0x40000000  Immed&lt;BR /&gt;#&amp;gt; swapinfo -tam                                                                                                                   &lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        8192       0    8192    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       -     938    -938&lt;BR /&gt;memory     4096    1037    3059   25%&lt;BR /&gt;total     12288    1975   10313   16%       -       0    -&lt;BR /&gt;#&amp;gt; ldd /usr/lib/dld.sl                                                                                                             &lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/lib/dld.sl&lt;BR /&gt;/usr/lib/dld.sl: Not enough space&lt;BR /&gt;#&amp;gt; ulimit -aH |grep memory ; ulimit -aS |grep memory                                                                               &lt;BR /&gt;max memory size         (kbytes, -m) unlimited&lt;BR /&gt;virtual memory          (kbytes, -v) unlimited&lt;BR /&gt;max memory size         (kbytes, -m) unlimited&lt;BR /&gt;virtual memory          (kbytes, -v) unlimited&lt;BR /&gt;#&amp;gt; /opt/Toolsets/bin/kmeminfo                                                                                                      &lt;BR /&gt;tool: kmeminfo 5.19&lt;BR /&gt;unix: /stand/vmunix 11.23 64bit PA2.0 on "nr0u0131"&lt;BR /&gt;core: /dev/kmem live&lt;BR /&gt;link: Thu Dec 28 18:07:48 EST 2006&lt;BR /&gt;boot: Thu Mar 22 11:35:49 2007&lt;BR /&gt;time: Tue Apr  3 14:55:49 2007&lt;BR /&gt;nbpg: 4096 bytes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------&lt;BR /&gt;Physical memory usage summary (in page/byte/percent):&lt;BR /&gt;&lt;BR /&gt;Physical memory       =  1048576    4.0g 100%  &lt;BR /&gt;Free memory           =   546542    2.1g  52%  &lt;BR /&gt;User processes        =   201930  788.8m  19%  details with -user&lt;BR /&gt;System                =   296296    1.1g  28%  &lt;BR /&gt;  Kernel              =   243868  952.6m  23%  kernel text and data&lt;BR /&gt;    Dynamic Arenas    =   114331  446.6m  11%  details with -arena&lt;BR /&gt;      vx_global_kmcac =    32891  128.5m   3%  &lt;BR /&gt;      vx_buffer_kmcac =    18304   71.5m   2%  &lt;BR /&gt;      mdep arena      =    14441   56.4m   1%  &lt;BR /&gt;      spinlock        =    13630   53.2m   1%  &lt;BR /&gt;      M_LVM           =     4843   18.9m   0%  &lt;BR /&gt;      Other arenas    =    30222  118.1m   3%  details with -arena&lt;BR /&gt;    Super page pool   =    76294  298.0m   7%  details with -kas&lt;BR /&gt;    Static Tables     =    52271  204.2m   5%  details with -static&lt;BR /&gt;      pfdat           =    24575   96.0m   2%  &lt;BR /&gt;      htbl2_0         =     8192   32.0m   1%  &lt;BR /&gt;      nbuf            =     4704   18.4m   0%  bufcache headers&lt;BR /&gt;      pfn_to_virt     =     4095   16.0m   0%  &lt;BR /&gt;      text            =     3529   13.8m   0%  vmunix text section&lt;BR /&gt;      Other tables    =     7174   28.0m   1%  details with -static&lt;BR /&gt;  Buffer cache        =    52428  204.8m   5%  details with -bufcache&lt;BR /&gt;&lt;BR /&gt;i've found this problem since users indicates to me that they are bad when they try to connect to database through perl scripts with the DBI module.&lt;BR /&gt;&lt;BR /&gt;unable to say if the problem with dld.sl was here before.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Tue, 03 Apr 2007 08:13:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974282#M758674</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2007-04-03T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974283#M758675</link>
      <description>Does that command even make sense?&lt;BR /&gt;It's just an ugly way of saying 'bad target'.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2007 08:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974283#M758675</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-03T08:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974284#M758676</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Bill Hassell has always been my Guru since years on different forums.&lt;BR /&gt;&lt;BR /&gt;Anyway, please see the link for more info.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=778239" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=778239&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Tue, 03 Apr 2007 08:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974284#M758676</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-03T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974285#M758677</link>
      <description>Well, Bill is my hero also, but he's got it wrong this time, and send Cedrick of to do a rockfetch.&lt;BR /&gt;You just can not do ldd on dld.sl.&lt;BR /&gt;Why would you want to?&lt;BR /&gt;&lt;BR /&gt;It's that old question, which Bill also likes to ask but did not ask this time:&lt;BR /&gt;&lt;BR /&gt;'What problem are you really trying to solve?'&lt;BR /&gt;&lt;BR /&gt;Grins,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2007 09:27:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974285#M758677</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-04-03T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974286#M758678</link>
      <description>Thanks Hein...I looked at the error message rather than the command itself.</description>
      <pubDate>Tue, 03 Apr 2007 12:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974286#M758678</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-04-03T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974287#M758679</link>
      <description>Typically this error means you are out of shared memory.  And you would look at ipcs -ma.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Bill: I looked at the error message rather than the command itself.&lt;BR /&gt;&lt;BR /&gt;But you didn't notice "TEXT". ;-)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Hein: You just can not do ldd on dld.sl.&lt;BR /&gt;Why would you want to? &lt;BR /&gt;&lt;BR /&gt;Right.  If you do this on IPF you get a nicer message:&lt;BR /&gt;ldd: "/usr/lib/hpux32/dld.so" is not a shared executable.&lt;BR /&gt;&lt;BR /&gt;It looks like Rasheed found a previous thread.&lt;BR /&gt;&lt;BR /&gt;Note you can use chatr(1).</description>
      <pubDate>Wed, 04 Apr 2007 01:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974287#M758679</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-04-04T01:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: madsiz question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974288#M758680</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Rasheed: thanks for your link, i'm now sure it's not a problem but a normal behaviour ;)&lt;BR /&gt;&lt;BR /&gt;for your question : why would i want to do an ldd on dld.sl&lt;BR /&gt;&lt;BR /&gt;the answer is simple:&lt;BR /&gt;Users have an error message "can't load ....perl/5.6.0/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl' for module DBD::Oracle: Not enough space at....."&lt;BR /&gt;&lt;BR /&gt;when i've done an ldd on the ....perl/5.6.0/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl library, i've obtained the following error message:&lt;BR /&gt;/usr/lib/dld.sl: Can't open shared library: /hpx/work/ee/8.1.7.4/hpx32/src_0424/lib//libwtc8.sl&lt;BR /&gt;/usr/lib/dld.sl: No such file or directory&lt;BR /&gt;&lt;BR /&gt;i know that this error message is concerning libwtc8.sl (SHLIB_PATH was not positionned) but i've done an ldd on dld.sl because i used to do that.&lt;BR /&gt;&lt;BR /&gt;for the problem behind, there's no filesystem full, no swap or memory load so, i'm going to increase the maxdsiz value.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Cedrick Gaillard</description>
      <pubDate>Wed, 04 Apr 2007 03:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/madsiz-question/m-p/3974288#M758680</guid>
      <dc:creator>mobidyc</dc:creator>
      <dc:date>2007-04-04T03:09:10Z</dc:date>
    </item>
  </channel>
</rss>

