ajrockefeller / openfpc

Automatically exported from code.google.com/p/openfpc
0 stars 0 forks source link

Patch for /trunk/openfpc-install.sh #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Had to make the following changes to install on scientific linux 6.  Same 
probably goes for RHEL 6.

Original issue reported on code.google.com by thesh...@gmail.com on 30 Jun 2011 at 1:54

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Applied. But while on the subject of a RH install...

Do you remember if the dependency list you found was required for Redhat?

Under Ubuntu the below packages are required :  DEPS="apache2 daemonlogger 
tcpdump tshark libarchive-zip-perl libfilesys-df-perl libapache2-mod-php5 
mysql-server php5-mysql libdatetime-perl libdbi-perl libdate-simple-perl 
php5-mysql libterm-readkey-perl     libdate-simple-perl 

Not being a RH user, I don't know the exact package names required on RH. It 
would be good to get a complete list to check for before running the install. 
Right now only the below are listed in openfpc-install.sh...

DEPS="httpd perl-Archive-Zip perl-DateTime perl-Filesys-Df"

Thanks in advance.

-Leon

Original comment by leon.j.w...@gmail.com on 1 Jul 2011 at 7:46

GoogleCodeExporter commented 8 years ago
On Monday I'll see if I can pull a list of the packages that I installed out of 
the yum logs, and I'll submit a new patch with the changes.

Original comment by thesh...@gmail.com on 8 Jul 2011 at 3:33

GoogleCodeExporter commented 8 years ago
Looks like this patch was dropped, which is a shame as it could have saved me 
an hour on my RHEL6 install this morning :)

We should include it

Original comment by SecListI...@gmail.com on 21 Oct 2011 at 12:59

GoogleCodeExporter commented 8 years ago
An update for installation under RHEL 6 x64:

==== The below rpm's were installed via yum ====
Build Tools:
gcc.x86_64
gcc-c++.x86_64
make.x86_64
gcc.x86_64

Other Packages:
perl-Params-Validate.x86_64
perl-List-MoreUtils.x86_64
perl-Class-Singleton.noarch
perl-DateTime.x86_64
perl-Archive-Zip.noarch
perl-Compress-Raw-Zlib.x86_64
httpd.x86_64
php-mysql.x86_64
mysql.x86_64
perl-Archive-Extract.x86_64
perl-TimeDate.noarch
perl-DBI.x86_64
php.x86_64
mysql-server.x86_64

Compiled/Installed from source:
libdnet
cxtracker
daemonlogger
OpenFPC

These packages were installed from the RHEL Server Optional channel:
libpcap-devel.x86_64

These two were downloaded from a public RPM server as they weren't available in 
my repos:
perl-Filesys-Df
perl-Date-Simple

Original comment by SecListI...@gmail.com on 21 Oct 2011 at 2:50