Re: webalizer package installation

2005-04-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-04-04 20:24:00 +0530:
 Hello,

Hello, please keep this on questions@
 
 thanks a lot for info ..
 Previously there was no ports directory under /usr
 So I downloded all 12,### ports from net and extract them under /usr
 now when I 
 cd /usr/ports/graphics/gd
 or
 cd /usr/ports/graphics/png
 
 and give command make it gives following error 
 
 -bash-2.05b# pwd
 /usr/ports/graphics/png
 -bash-2.05b# make
 /usr/sbin/sysctl: not found
 /usr/ports/Mk/bsd.port.mk, line 1030: warning: /usr/sbin/sysctl -n
 kern.osreldate returned non-zero status

umm, how did you install the system? why does bsd.port.mk think that
sysctl is in /usr/sbin?

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: webalizer package installation

2005-04-03 Thread albi

 1) How to install gd and png libraries? Can you provide me url?  How to
 check they are installed or not?

see below

 2) I also want to install a JAVA on freeBSD. What are the packages
 requires, how to install them. I know pkg_add command.

see here for installing java on FreeBSD :
http://www.freebsd.org/java/

 3) How to check what packages are install on the system and how to
 resolve dependacies.

try installing from ports :
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

running the command pkg_info shows you all packages installed


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: webalizer package installation

2005-04-03 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2005-04-03 19:13:04 +0530:
 I am trying to install webalizer. I am newbie and I have  tried a lot.
 But it is giving me error ..

Hello,

please don't post to many lists at once. If in doubt, check the
charters at
http://www.freebsd.org/doc/en/books/handbook/eresources.html#ERESOURCES-MAIL
 
 checking for main in -lpng... no
 configure: error: png library not found... please install Png.
 
 checking for libgd.so... (cached) no
 configure: error: gd library not found... please install gd.

This is output of a configure script, how are you exactly installing
webalizer?

 1) How to install gd and png libraries? Can you provide me url?  How
 to check they are installed or not?

I'll answer a question of how to install webalizer instead.

Either: pkg_add -r webalizer
or: cd /usr/ports/www/webalizer  make install clean
 
 2) I also want to install a JAVA on freeBSD. What are the packages
 requires, how to install them. I know pkg_add command.
 
Will this help?
http://www.freebsd.org/doc/en/articles/java-tomcat/index.html

Other documentation might be helpful, too:
http://www.freebsd.org/docs.html

 3) How to check what packages are install on the system and how to
 resolve dependacies.

Documentation on the packaging system in FreeBSD can be found
in the Handbook (file:///usr/share/doc/handbook/ or
http://www.freebsd.org/doc/en/books/handbook/), and in ports(7)
and pages referenced from there.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]