From: David C. <cl...@au...> - 2004-12-07 22:20:55
|
It wants the native AIX perl, which is on the AIX install media in installp format in the "perl.rte" fileset. (The only reason there is a perl in the Toolbox is so you can use a newer version than what came with the system, if desired). After you install perl.rte, you will need to run /usr/sbin/updtvpkg so that the presence of /usr/bin/perl gets recorded in the RPM database. The perl RPM image doesn't put perl at /usr/bin/perl because it would conflict with the native installp version, if present. But if you don't have your AIX media, you could create a symlink: # ln -s /opt/freeware/bin/perl /usr/bin/perl But, the RPM database won't know about it. You could then do your rpm install adding the --nodeps option so that it doesn't look up the dependency in the database and installs anyway (only recommended if you know the dependency really is met in spite of it not being recorded in the database). On Tue, Dec 07, 2004 at 01:02:42PM -0500, Swope Brian wrote: > > Attempting to install the Apache rpm on AIX 4.3.3 and getting the following > error: > > error: failed dependencies: <?xml:namespace > prefix = o ns = "urn:schemas-microsoft-com:office:office" /> > > /usr/bin/perl is needed by apache-1.3.29-1 > > > > Installed the perl-5.8.0-1.aix4.3.ppc.rpm. Still getting the error > referring to /usr/bin/perl. Do I need to download and install an additional > rpm? > > > > ------------------------------------------------------------------------------- > This message and any included attachments are from Siemens Medical Solutions > USA, Inc. and are intended only for the addressee(s). > The information contained herein may include trade secrets or privileged or > otherwise confidential information. Unauthorized review, forwarding, printing, > copying, distributing, or using such information is strictly prohibited and may > be unlawful. If you received this message in error, or have reason to believe > you are not authorized to receive it, please promptly delete this message and > notify the sender by e-mail with a copy to Cen...@sh... > > Thank you -- David Clissold cl...@au... |