I am trying to install LiveSupport on FreeBSD v5.4 I have Campsite installed
and working fine, however LiveSupport is giving a strange error. It is saying
that popt is not installed, yet it is looking in the correct directory
(/usr/local/lib) and not finding the popt libraries - please see below.
Messages
========
/usr/local/src/livesupport-1.0rc1
checking GLIB_ONLY_LIBS... -L/usr/local/lib -lglib-2.0 -liconv
checking for libxml-2.0 >= 2.4.9... yes
checking XML_CFLAGS... -I/usr/local/include/libxml2 -I/usr/local/include
checking XML_LIBS... -L/usr/local/lib -lxml2 -lz -liconv -lm
configure: Test xml2 program linked
checking for poptStrippedArgv in -lpopt... no
configure: error: popt 1.6.3 or newer is required to build gstreamer. You can
download the latest version from
ftp://ftp.rpm.org/pub/rpm/dist/
make: don't know how to make install. Stop
gmake: *** [tmp/tools_setup.stamp] Error 1
bash-2.05b# ls -l /usr/local/lib/*popt*
-rw-r--r-- 1 root wheel 29136 Jul 25 23:01 /usr/local/lib/libpopt.a
lrwxr-xr-x 1 root wheel 12 Jul 25 23:01 /usr/local/lib/libpopt.so -> libpopt.so.0
-rwxr-xr-x 1 root wheel 30526 Jul 25 23:01 /usr/local/lib/libpopt.so.0
I used gmake because make produced the following error:
bash-2.05b# make setup
"Makefile", line 284: Missing dependency operator
"Makefile", line 286: Need an operator
"Makefile", line 288: Need an operator
make: fatal errors encountered -- cannot continue
and working fine, however LiveSupport is giving a strange error. It is saying
that popt is not installed, yet it is looking in the correct directory
(/usr/local/lib) and not finding the popt libraries - please see below.
Messages
========
/usr/local/src/livesupport-1.0rc1
checking GLIB_ONLY_LIBS... -L/usr/local/lib -lglib-2.0 -liconv
checking for libxml-2.0 >= 2.4.9... yes
checking XML_CFLAGS... -I/usr/local/include/libxml2 -I/usr/local/include
checking XML_LIBS... -L/usr/local/lib -lxml2 -lz -liconv -lm
configure: Test xml2 program linked
checking for poptStrippedArgv in -lpopt... no
configure: error: popt 1.6.3 or newer is required to build gstreamer. You can
download the latest version from
ftp://ftp.rpm.org/pub/rpm/dist/
make: don't know how to make install. Stop
gmake: *** [tmp/tools_setup.stamp] Error 1
bash-2.05b# ls -l /usr/local/lib/*popt*
-rw-r--r-- 1 root wheel 29136 Jul 25 23:01 /usr/local/lib/libpopt.a
lrwxr-xr-x 1 root wheel 12 Jul 25 23:01 /usr/local/lib/libpopt.so -> libpopt.so.0
-rwxr-xr-x 1 root wheel 30526 Jul 25 23:01 /usr/local/lib/libpopt.so.0
I used gmake because make produced the following error:
bash-2.05b# make setup
"Makefile", line 284: Missing dependency operator
"Makefile", line 286: Need an operator
"Makefile", line 288: Need an operator
make: fatal errors encountered -- cannot continue