Bugs item #832518, was opened at 2003-10-29 12:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=832518&group_id=259
Category: packaging
Group: v3.0.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Bayer (rc-flyer)
Assigned to: dann frazier (dannf)
Summary: installer.pl fails (with solution)
Initial Comment:
System info: stock RedHat 9.0, all updates applied.
Memory: 256+ meg
This was tested on two different installations.
Installation type: rpm
Problem:
After downloading and running the installer.pl, it
exits saying that all packages are installed. In fact,
nothing is installed. This is common both to the
server and the client installation.
Reason:
The script is looking for the RPM files to be in the
directory: /tmp/sis-packages. In fact, the wget
command is set up to download them into equivilent
directories under the sis-packages. This causes the
installer to not find the packages.
Solution:
At line 179 and 181, add the following options to the
$wget_opts string:
-nd -P /tmp/sis-packages
This will force wget to download the RPMs into the
/tmp/sis-packages directory
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=832518&group_id=259
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel