Date: Mon, 4 Apr 2005 20:24:00 +0530 From: Sadashiv Kulthe <sadashiv.linux@gmail.com> To: Shane Ambler <Shane@007marketing.com> Cc: FreeBSD Mailing Lists <freebsd-ports@freebsd.org> Subject: Re: webalizer package installation Message-ID: <a6637e040504040754607518db@mail.gmail.com> In-Reply-To: <BE764D85.27E61%Shane@007Marketing.com> References: <a6637e0405040306433660b804@mail.gmail.com> <BE764D85.27E61%Shane@007Marketing.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, 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 "/usr/ports/Mk/bsd.port.mk", line 2039: Malformed conditional (${OSVERSION} < 460102 && ${PKGORIGIN} != "sysutils/pkg_install") make: fatal errors encountered same for gd too.. Can you please help again sadashiv On Mon, 04 Apr 2005 01:48:53 +1030, Shane Ambler <Shane@007marketing.com> wrote: > I am guessing that you are trying to install from the ports, which should > install needed dependancies. > You need to be logged in as root to install. > > If for some reason this doesn't happen you can install the libs seperately. > > If I am unsure of the location I use the freebsd website to find where they > are located. http://freebsd.org/ports > Some searches like 'gd' can get a lot of results but the one you want is in > category graphics as is png. Webalizer uses these libs to generate the > graphs. > Also the entry for each package lists dependancies so from the webalizer > entry you can click on gd-2.0.33 and see the entry for gd in category > graphics. > > Once you know the category you can put together the path to the lib you > want. > Eg. cd /usr/ports/category/packagename > > So if you have trouble with dependancies for webalizer you would try: > %su > #cd /usr/ports/graphics/gd > #make > #make install > #cd /usr/ports/graphics/png > #make > #make install > #cd /usr/ports/www/webalizer > #make > #make install > > If you still have trouble you can contact the port maintainer which is > listed on the website along with dependancies (he may be working to fix it > or is unaware that it has been broken) > You can also contact the freebsd-ports mailing list (or freebsd-newbies) > - there is no need to mail the same question to multiple lists. > > > On 4/4/2005 0:13, "Sadashiv Kulthe" <sadashiv.linux@gmail.com> wrote: > > > Hello, > > > > I am trying to install webalizer. I am newbie and I have tried a lot. > > But it is giving me error .. > > > > 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. > > > > > > 1) How to install gd and png libraries? Can you provide me url? How > > to check they are installed or not? > > > > 2) I also want to install a JAVA on freeBSD. What are the packages > > requires, how to install them. I know pkg_add command. > > > > 3) How to check what packages are install on the system and how to > > resolve dependacies. > > > > > > Thanks and Regards > > Sadashiv Kulthe. > > System Administrator > > Open Source Labs - Pune > > sadashiv.linux@gmail.com > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > > -- > > Shane Ambler > Sales Department > 007Marketing.com > Shane@007Marketing.com > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a6637e040504040754607518db>