HI, I have a Fedora 15 system w/o any Shorewall installed. Running the install.sh (as root) yields the following: ./install.sh Perl/compiler.pl syntax OK Installing Redhat/Fedora-specific configuration... ERROR: Shorewall >= 4.3.5 is not installed I can yum-install the current Fedora Shorewall, but I found it odd that the installer needs a previous version - or perhaps this is always the case with betas ? Thanks. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
On Sat, 25 Feb 2012 17:18:27 -0500, jonetsu <jonetsu@teksavvy.com> wrote :> I have a Fedora 15 system w/o any Shorewall installed. Running the > install.sh (as root) yields the following: > > ./install.sh > Perl/compiler.pl syntax OK > Installing Redhat/Fedora-specific configuration... > ERROR: Shorewall >= 4.3.5 is not installed > > I can yum-install the current Fedora Shorewall, but I found it odd > that the installer needs a previous version - or perhaps this is > always the case with betas ?Hmmm. After installing both shorewall-4.4.23.3-1.fc15.noarch and shorewall-init-4.4.23.3-1.fc15.noarch and shorewall-lite-4.4.23.3-1.fc15.noarch there''s still no compiler.pl in /usr/share/ for the check in install.sh to succeed. I''m tempted to remove that check in install.sh (line 300) but am not sure about the implications of doing so. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
On Feb 25, 2012, at 2:33 PM, jonetsu wrote:> On Sat, 25 Feb 2012 17:18:27 -0500, > jonetsu <jonetsu@teksavvy.com> wrote : > >> I have a Fedora 15 system w/o any Shorewall installed. Running the >> install.sh (as root) yields the following: >> >> ./install.sh >> Perl/compiler.pl syntax OK >> Installing Redhat/Fedora-specific configuration... >> ERROR: Shorewall >= 4.3.5 is not installed >> >> I can yum-install the current Fedora Shorewall, but I found it odd >> that the installer needs a previous version - or perhaps this is >> always the case with betas ? > > Hmmm. After installing both shorewall-4.4.23.3-1.fc15.noarch and > shorewall-init-4.4.23.3-1.fc15.noarch and > shorewall-lite-4.4.23.3-1.fc15.noarch there''s still no compiler.pl > in /usr/share/ for the check in install.sh to succeed. I''m tempted to > remove that check in install.sh (line 300) but am not sure about the > implications of doing so.It is safe to remove the test; issue will be fixed in the next Beta. -Tom The test should be for ${LIBEXEC}/compiler.pl. On Fedora, LIBEXEC = /usr/l Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
Tom Eastep
2012-Feb-25 22:59 UTC
Re: [Shorewall-users] 4.5.1-Beta2 install: no previous version
On Feb 25, 2012, at 2:52 PM, Tom Eastep wrote:> > On Feb 25, 2012, at 2:33 PM, jonetsu wrote: > >> On Sat, 25 Feb 2012 17:18:27 -0500, >> jonetsu <jonetsu@teksavvy.com> wrote : >> >>> I have a Fedora 15 system w/o any Shorewall installed. Running the >>> install.sh (as root) yields the following: >>> >>> ./install.sh >>> Perl/compiler.pl syntax OK >>> Installing Redhat/Fedora-specific configuration... >>> ERROR: Shorewall >= 4.3.5 is not installed >>> >>> I can yum-install the current Fedora Shorewall, but I found it odd >>> that the installer needs a previous version - or perhaps this is >>> always the case with betas ? >> >> Hmmm. After installing both shorewall-4.4.23.3-1.fc15.noarch and >> shorewall-init-4.4.23.3-1.fc15.noarch and >> shorewall-lite-4.4.23.3-1.fc15.noarch there''s still no compiler.pl >> in /usr/share/ for the check in install.sh to succeed. I''m tempted to >> remove that check in install.sh (line 300) but am not sure about the >> implications of doing so. > > > It is safe to remove the test; issue will be fixed in the next Beta. >Here''s a patch. The same patch should be applied to the installers of both Shorewall and Shorewall6. -Tom Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
On Sat, 25 Feb 2012 14:59:54 -0800, Tom Eastep <teastep@shorewall.net> wrote :> Here''s a patch. The same patch should be applied to the installers of > both Shorewall and Shorewall6.Thanks. Now the install proceeds a bit further (Fedora 15) : ./install.sh Perl/compiler.pl syntax OK Installing Redhat/Fedora-specific configuration... Installing Shorewall Version 4.5.1-Beta2 Shorewall 4.5.1-Beta2 requires Shorewall Core which does not appear to be installed ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
Tom Eastep
2012-Feb-26 15:41 UTC
Re: [Shorewall-users] 4.5.1-Beta2 install: no previous version
On 02/26/2012 04:38 AM, jonetsu wrote:> On Sat, 25 Feb 2012 14:59:54 -0800, > Tom Eastep <teastep@shorewall.net> wrote : > >> Here''s a patch. The same patch should be applied to the installers of >> both Shorewall and Shorewall6. > > Thanks. Now the install proceeds a bit further (Fedora 15) : > > ./install.sh > > Perl/compiler.pl syntax OK > Installing Redhat/Fedora-specific configuration... > Installing Shorewall Version 4.5.1-Beta2 > Shorewall 4.5.1-Beta2 requires Shorewall Core which does not appear to > be installed >You need to install Shorewall-core first. See http://www.shorewall.net/Install.htm. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/
On Sun, 26 Feb 2012 07:41:10 -0800, Tom Eastep <teastep@shorewall.net> wrote :> On 02/26/2012 04:38 AM, jonetsu wrote: > > Shorewall 4.5.1-Beta2 requires Shorewall Core which does not appear > > to be installed> You need to install Shorewall-core first. See > http://www.shorewall.net/Install.htm.Duh! ;-) Sorry, that was a rather silly one. Hopefully the next will not be. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/