LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 02-19-2005, 03:39 PM   #1
Dogit
Member
 
Registered: Feb 2005
Distribution: Suse 9.0,9.2 Pro
Posts: 67

Rep: Reputation: 15
Firestarter Make error


Hey,all

Could someone please have a look at this.
i can't seem to find what firestarter is trying
to tell me



/Dogit@linux:~/firestarter-0.9.3> make
make all-recursive
make[1]: Entering directory `/home/Dogit/firestarter-0.9.3'
Making all in po
make[2]: Entering directory `/home/Dogit/firestarter-0.9.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Dogit/firestarter-0.9.3/po'
Making all in src
make[2]: Entering directory `/home/Dogit/firestarter-0.9.3/src'
Making all in xpm
make[3]: Entering directory `/home/Dogit/firestarter-0.9.3/src/xpm'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Dogit/firestarter-0.9.3/src/xpm'
make[3]: Entering directory `/home/Dogit/firestarter-0.9.3/src'
/bin/sh ../libtool --mode=link gcc -g -O2 -o firestarter firestarter.o gui.o util.o logread.o menus.o parse.o wizard.o wizard-choices.o service.o preferences.o scriptwriter.o modrules.o savelog.o netfilter-script.o hitview.o ruleview.o eggtrayicon.o tray.o -pthread -Wl,--export-dynamic -L/opt/gnome/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lpthread -lz -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2 -llinc -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
gcc -g -O2 -o firestarter firestarter.o gui.o util.o logread.o menus.o parse.o wizard.o wizard-choices.o service.o preferences.o scriptwriter.o modrules.o savelog.o netfilter-script.o hitview.o ruleview.o eggtrayicon.o tray.o -pthread -Wl,--export-dynamic -L/opt/gnome/lib -L/usr/X11R6/lib /opt/gnome/lib/libgnomeui-2.so -L/usr/lib /usr/lib/libjpeg.so -lSM -lICE /opt/gnome/lib/libbonoboui-2.so /opt/gnome/lib/libgnomecanvas-2.so /opt/gnome/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libasound.so /usr/lib/libaudiofile.so /usr/lib/libart_lgpl_2.so /opt/gnome/lib/libpangoft2-1.0.so /opt/gnome/lib/libbonobo-2.so /opt/gnome/lib/libORBitCosNaming-2.so /opt/gnome/lib/libgnomevfs-2.so /opt/gnome/lib/libgconf-2.so /usr/lib/libxml2.so -lz -lrt /opt/gnome/lib/libbonobo-activation.so /opt/gnome/lib/libORBit-2.so /usr/lib/libpopt.so /opt/gnome/lib/liblinc.so -lssl -lcrypto /opt/gnome/lib/libgthread-2.0.so -lpthread /opt/gnome/lib/libgtk-x11-2.0.so /opt/gnome/lib/libgdk-x11-2.0.so /opt/gnome/lib/libatk-1.0.so /opt/gnome/lib/libgdk_pixbuf-2.0.so -lm /opt/gnome/lib/libpangoxft-1.0.so /opt/gnome/lib/libpangox-1.0.so /opt/gnome/lib/libpango-1.0.so /opt/gnome/lib/libgobject-2.0.so /opt/gnome/lib/libgmodule-2.0.so -ldl /opt/gnome/lib/libglib-2.0.so -Wl,--rpath -Wl,/opt/gnome/lib -Wl,--rpath -Wl,/opt/gnome/lib
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make[3]: *** [firestarter] Error 1
make[3]: Leaving directory `/home/Dogit/firestarter-0.9.3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Dogit/firestarter-0.9.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Dogit/firestarter-0.9.3'
make: *** [all] Error 2
Dogit@linux:~/firestarter-0.9.3>


Thank you
 
Old 02-19-2005, 04:00 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
install zlib and zlib-devel. it's a library for the Z compression algorithms.
 
Old 02-19-2005, 04:20 PM   #3
Dogit
Member
 
Registered: Feb 2005
Distribution: Suse 9.0,9.2 Pro
Posts: 67

Original Poster
Rep: Reputation: 15
Talking

Hello,acid_kewpie

Wow you are the MAN that worked

i would like to say one thing about this
linux is no where have i seen members
that will go out of there way to help

others like this site. &
for all the ones that don't say it
a great big thank you & keep up
all the great work you do

great weekend to you

now off to play with fire hehe
 
Old 02-19-2005, 04:26 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ahh thanks. that was an easy one to be honest, but it's all appreciated!
 
Old 02-19-2005, 04:33 PM   #5
Dogit
Member
 
Registered: Feb 2005
Distribution: Suse 9.0,9.2 Pro
Posts: 67

Original Poster
Rep: Reputation: 15
Thumbs up

Hi,acid_kewpie

No problem you are all the best

Thank you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
configure error in firestarter ALInux Linux - Software 1 10-18-2005 04:39 AM
Firestarter 1.0 Error Help PenguinDude Linux - Software 1 12-02-2004 10:16 PM
Error with firestarter. TuxToaster Linux - Security 4 07-29-2004 09:27 PM
Error installing Firestarter sharpie Slackware 5 03-12-2004 02:59 AM
firestarter gives me this error shanenin Linux - Software 1 10-21-2003 12:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 03:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration