<?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: Radius:  aaa libraries not found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881569#M849533</link>
    <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;It just returns to the command line after&lt;BR /&gt;executing and nothing is returned.</description>
    <pubDate>Thu, 27 Jan 2005 06:17:16 GMT</pubDate>
    <dc:creator>Keith Curran</dc:creator>
    <dc:date>2005-01-27T06:17:16Z</dc:date>
    <item>
      <title>Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881547#M849511</link>
      <description>I have installed Radius T1428AA version A.06.01.05 on a HP-UX 11.23 Itanium platform.&lt;BR /&gt;All the necessary pre-requisites are installed&lt;BR /&gt;and the software installation did not generate&lt;BR /&gt;any errors or warning.&lt;BR /&gt;&lt;BR /&gt;When I run the command &lt;BR /&gt;/opt/aaa/remotecontrol/rmistart.sh&lt;BR /&gt;I get the following error&lt;BR /&gt;Error! Could not find AAA Server libraries&lt;BR /&gt;       make sure they are in the shared library path&lt;BR /&gt;&lt;BR /&gt;There are 3 libraries&lt;BR /&gt;libjniAgent.so  libradlib.so    librpilib.so&lt;BR /&gt;in the directory /opt/aaa/lib&lt;BR /&gt;&lt;BR /&gt;The script points at this directory using&lt;BR /&gt;the option in the script&lt;BR /&gt;os=`uname -a | grep -i "HP"`&lt;BR /&gt;if [ "$os" = "" ]&lt;BR /&gt;then&lt;BR /&gt;   LD_LIBRARY_PATH=/opt/aaa/lib&lt;BR /&gt;   export LD_LIBRARY_PATH&lt;BR /&gt;else&lt;BR /&gt;   SHLIB_PATH=/opt/aaa/lib&lt;BR /&gt;   export SHLIB_PATH&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Anybody have any ideas?&lt;BR /&gt;I have already reinstalled the product and&lt;BR /&gt;installed in on another itanium platform with&lt;BR /&gt;the same result</description>
      <pubDate>Fri, 21 Jan 2005 06:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881547#M849511</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-21T06:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881548#M849512</link>
      <description>What is the exact program that is run from this script?? run a chatr on that. That will give you details about the primary, seondary paths that it will search for shared libraries. If the executable is not set for looking SHLIB_PATH, LD_LIBRARY_PATH variable, then setting those vars will not work.&lt;BR /&gt;&lt;BR /&gt;The paths embeded in an executable can be changes with chatr command. man chatr (option -s if I remember correctly.)&lt;BR /&gt;&lt;BR /&gt;Also the perms on /opt/aaa/lib should be appropriate and the perms on file sunder it.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 21 Jan 2005 06:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881548#M849512</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-01-21T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881549#M849513</link>
      <description>The program is executes is &lt;BR /&gt;/opt/java1.4/bin/java -Djava.rmi.server.useCodebaseOnly=true -Djava.security.policy=/opt/aaa/remotecontrol/java.policy -cp /opt/aaa/remotecontrol com.hp.aaa.rmiserver.RMIServerManagement -radius -start -port 7790 -config /opt/aaa/remotecontrol &amp;amp;&lt;BR /&gt;&lt;BR /&gt;I tried running chatr on it but it returns&lt;BR /&gt;the following error&lt;BR /&gt;chatr(error): file /opt/java1.4/bin/java is not a valid ELF file&lt;BR /&gt;&lt;BR /&gt;The permissions on /opt/aaa/lib are&lt;BR /&gt;dr-xr-xr-x root aaa&lt;BR /&gt;and for the lib files&lt;BR /&gt;-r-xr-x--- root aaa&lt;BR /&gt;and the script has permisssions&lt;BR /&gt;-rwxrwx--- root aaa&lt;BR /&gt;&lt;BR /&gt;I am the root user</description>
      <pubDate>Fri, 21 Jan 2005 07:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881549#M849513</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-21T07:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881550#M849514</link>
      <description>What does "file /opt/java1.4/bin/java" says??&lt;BR /&gt;Is this being run on HP-UX?? Which version??&lt;BR /&gt;&lt;BR /&gt;Is there an option on java to specify the libraries to use??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 21 Jan 2005 07:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881550#M849514</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-01-21T07:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881551#M849515</link>
      <description>have you done&lt;BR /&gt;&lt;BR /&gt;export JAVA_HOME=/opt/java1.4&lt;BR /&gt;&lt;BR /&gt;before running &lt;BR /&gt;&lt;BR /&gt;/opt/aaa/remotecontrol/rmistart.sh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 06:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881551#M849515</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-25T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881552#M849516</link>
      <description>I tried "file /opt/java1.4/bin/java" and &lt;BR /&gt;I got the response &lt;BR /&gt;/opt/java1.4/bin/java:  PA-RISC1.1 shared executable dynamically linked -not str&lt;BR /&gt;ipped dynamically linked&lt;BR /&gt;&lt;BR /&gt;As far as I can see there is no option to&lt;BR /&gt;set the shared libraries path when I use&lt;BR /&gt;java -h to get the options&lt;BR /&gt;&lt;BR /&gt;I did export JAVA_HOME=/opt/java1.4&lt;BR /&gt;when I ran the script and no luck with that&lt;BR /&gt;either&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 04:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881552#M849516</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-26T04:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881553#M849517</link>
      <description>Try&lt;BR /&gt;&lt;BR /&gt;# sh -x /opt/aaa/remotecontrol/rmistart.sh 2&amp;gt;&amp;amp;1 | tee foo.log&lt;BR /&gt;&lt;BR /&gt;Then look in foo.log to see what part of the script is being called when you get the error "Error! Could not find AAA Server libraries" and if there are any other errors around that time. We are assuming that it is the java call that is causing the problem?&lt;BR /&gt;&lt;BR /&gt;Another shot in the dark might be to create symlinks in /opt/aaa/lib&lt;BR /&gt;&lt;BR /&gt;libjniAgent.sl -&amp;gt;libjniAgent.so &lt;BR /&gt;libradlib.sl -&amp;gt; libradlib.so &lt;BR /&gt;librpilib.sl -&amp;gt;librpilib.so&lt;BR /&gt;&lt;BR /&gt;although that really is clutching at straws :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 04:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881553#M849517</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T04:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881554#M849518</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;I tried that and I got the following. It doesn't appear to narrow down the issue.&lt;BR /&gt;See an extract from the file below.&lt;BR /&gt;&lt;BR /&gt;Creating RMIRadiusAcctServer...&lt;BR /&gt;RMIRadiusAcctServer named "rmiaccountingserver" created.&lt;BR /&gt;Try to bind the server...&lt;BR /&gt;RMIRadiusAcctServer named "rmiaccountingserver" ready...&lt;BR /&gt;&lt;BR /&gt;Creating RMIMaintenanceServer...&lt;BR /&gt;RMILogfileServer named "rmilogfileserver" created.&lt;BR /&gt;Try to bind the server...&lt;BR /&gt;RMILogfileServer named "rmilogfileserver" ready...&lt;BR /&gt;&lt;BR /&gt;Error! Could not find AAA Server libraries&lt;BR /&gt;       make sure they are in the shared library path&lt;BR /&gt;&lt;BR /&gt;Shutting down all RMI servers&lt;BR /&gt;Caught exception while shutting down RMI servers:&lt;BR /&gt;  java.rmi.NotBoundException: rmisessionserver&lt;BR /&gt;&lt;BR /&gt;I actually have tried creating the sym&lt;BR /&gt;links previously and it didn't do any&lt;BR /&gt;good.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 04:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881554#M849518</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-26T04:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881555#M849519</link>
      <description>Is there a /opt/aaa/bin directory and if so, what is in it? Can you chatr the files in it (if they are binaries). I don't know the application you are using, but I can't believe that java uses shared libraries (other than the jvm itself) , which leads me to believe that the java element is using a jni call to something in the O/S written in C/C++.&lt;BR /&gt;&lt;BR /&gt;Of course I could be talking total gibberish.</description>
      <pubDate>Wed, 26 Jan 2005 11:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881555#M849519</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T11:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881556#M849520</link>
      <description>Yes there is a /opt/aaa/bin directory and &lt;BR /&gt;it contains 7 binaries and 3 shell files.&lt;BR /&gt;&lt;BR /&gt;I did a chatr on all the binaries and each&lt;BR /&gt;contains /opt/aaa/lib as an embedded library&lt;BR /&gt;path along with /usr/lib, /usr/lib/hpux32.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 11:15:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881556#M849520</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-26T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881557#M849521</link>
      <description>Hi, &lt;BR /&gt;do a:&lt;BR /&gt;ldd /opt/aaa/remotecontrol/rmistart.sh&lt;BR /&gt;and&lt;BR /&gt;chatr /opt/aaa/remotecontrol/rmistart.sh&lt;BR /&gt;&lt;BR /&gt;Is /opt/aaa/remotecontrol also an executable?&lt;BR /&gt;&lt;BR /&gt;Then do both also for it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 11:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881557#M849521</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-01-26T11:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881558#M849522</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I tried that and got the following errors&lt;BR /&gt;&lt;BR /&gt;bash-2.05b# ldd /opt/aaa/remotecontrol/rmistart.sh&lt;BR /&gt;ldd: Invalid file type: "/opt/aaa/remotecontrol/rmistart.sh". 64-bit shared exec&lt;BR /&gt;utable or shared library expected.&lt;BR /&gt;bash-2.05b# chatr /opt/aaa/remotecontrol/rmistart.sh&lt;BR /&gt;chatr(error): file /opt/aaa/remotecontrol/rmistart.sh is not a valid ELF file&lt;BR /&gt;&lt;BR /&gt;/opt/aaa/remotecontrol is a directory not an&lt;BR /&gt;executable</description>
      <pubDate>Thu, 27 Jan 2005 04:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881558#M849522</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-27T04:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881559#M849523</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;you start your executable with &lt;BR /&gt;/opt/aaa/remotecontrol/rmistart.sh - right?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So there must be an executable file inside this script - you have to do 'ldd' and 'chatr' with this exe.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 05:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881559#M849523</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-01-27T05:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881560#M849524</link>
      <description>When you run chatr on the binaries in  /opt/aaa/bin, do they come up with a line such as&lt;BR /&gt;&lt;BR /&gt;shared library dynamic path search:&lt;BR /&gt;SHLIB_PATH     enabled  first&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;shared library dynamic path search:&lt;BR /&gt;SHLIB_PATH     enabled  second&lt;BR /&gt;&lt;BR /&gt;The important bit is the 'enabled'.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 05:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881560#M849524</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-27T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881561#M849525</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I tried the chatr command previously on the&lt;BR /&gt;java binary within the script (see the &lt;BR /&gt;earlier comments) and it failed. The ldd&lt;BR /&gt;command fails also. They fail with the same&lt;BR /&gt;reasons as stated previously for the shell&lt;BR /&gt;script.</description>
      <pubDate>Thu, 27 Jan 2005 05:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881561#M849525</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-27T05:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881562#M849526</link>
      <description>Keith - but the java binary can't be the exe you wanna run ...</description>
      <pubDate>Thu, 27 Jan 2005 05:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881562#M849526</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-01-27T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881563#M849527</link>
      <description>When I run the chatr command on the binaries&lt;BR /&gt;in /opt/aaa/bin, the SHLIB_PATH is enabled &lt;BR /&gt;third with LD_LIBRARY_PATH enabled second&lt;BR /&gt;and the embedded path enabled first.</description>
      <pubDate>Thu, 27 Jan 2005 05:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881563#M849527</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-27T05:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881564#M849528</link>
      <description>This is the entire script that is supplied &lt;BR /&gt;with the radius install and which is to be&lt;BR /&gt;executed to start radius. As you can see all&lt;BR /&gt;it does basically is set a shared lib path&lt;BR /&gt;and execute the java binary which is supposed&lt;BR /&gt;to startup radius.&lt;BR /&gt;&lt;BR /&gt;os=`uname -a | grep -i "HP"`&lt;BR /&gt;if [ "$os" = "" ]&lt;BR /&gt;then&lt;BR /&gt;   LD_LIBRARY_PATH=/opt/aaa/lib&lt;BR /&gt;   export LD_LIBRARY_PATH&lt;BR /&gt;else&lt;BR /&gt;   SHLIB_PATH=/opt/aaa/lib&lt;BR /&gt;   export SHLIB_PATH&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;/opt/java1.4/bin/java -verbose -Djava.rmi.server.useCodebaseOnly=true -Djava.se&lt;BR /&gt;urity.policy=/opt/aaa/remotecontrol/java.policy -cp /opt/aaa/remotecontrol com.&lt;BR /&gt;p.aaa.rmiserver.RMIServerManagement -radius -start -port 7790 -config /opt/aaa/&lt;BR /&gt;emotecontrol &amp;amp;</description>
      <pubDate>Thu, 27 Jan 2005 05:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881564#M849528</guid>
      <dc:creator>Keith Curran</dc:creator>
      <dc:date>2005-01-27T05:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881565#M849529</link>
      <description>You have installed Radius ... java is independent from this.&lt;BR /&gt;So is there a executable radius?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 05:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881565#M849529</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-01-27T05:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Radius:  aaa libraries not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881566#M849530</link>
      <description>What does ldd to the binaries say?&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2005 05:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/radius-aaa-libraries-not-found/m-p/4881566#M849530</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2005-01-27T05:50:30Z</dc:date>
    </item>
  </channel>
</rss>

