- or download this
PATH=/usr/ccs/bin:$PATH # to add the correct "ar"
...
gmake check
gmake install
- or download this
# Update LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/corion/lib
- or download this
unless (
check_lib( # fill in what you prompted the user for here
...
($expat_libpath?
(libpath => "$expat_libpath -lexpat"):()),
)) {
- or download this
perl Makefile.PL EXPATLIBPATH=/home/corion/lib/lib EXPATINCPATH=/home/
+corion/lib/include -lexpat
gmake
gmake test
gmake install