Search the web
Sign In
New User? Sign Up
pdflib · PDFlib users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
pdflib-lite v704p4 build fails @ 'make'; missing libs/expat   Message List  
Reply | Forward Message #19683 of 19971 |
i'm attempting to build pdflite v704p4 on opensuse 11.1.

configure,

cd /usr/local/src/PDFlib-Lite-7.0.4p4

setenv SSL_RPATH_LIBS "`pkg-config --libs-only-L openssl`
-Wl,-rpath,`pkg-config --libs-only-L openssl | sed s'/-L//'` `pkg-config
--libs-only-l openssl`"
setenv LDFLAGS "-L/usr/local/lib $SSL_RPATH_LIBS"
setenv CPPFLAGS "-I/usr/local/include `pkg-config openssl --cflags`
-I/usr/include"

./configure \
--prefix=/usr/local \
--with-java=no \
--with-perl=no \
--with-py=no \
--with-ruby=no \
--with-tcl=no \
--with-openssl

goes well, but

make

fails at,

...
../../libtool --silent --mode=link gcc -L/usr/local/lib -L/usr/local/ssl/lib
-Wl,-rpath,/usr/local/ssl/lib -lssl -lcrypto -ldl -lz -o
../../libs/jpeg/libjpeg.la ./jcapimin.lo ./jcapistd.lo ./jccoefct.lo
./jccolor.lo ./jcdctmgr.lo ./jchuff.lo ./jcinit.lo ./jcmainct.lo ./jcmarker.lo
./jcmaster.lo ./jcomapi.lo ./jcparam.lo ./jcphuff.lo ./jcprepct.lo ./jcsample.lo
./jctrans.lo ./jdapimin.lo ./jdapistd.lo ./jdatadst.lo ./jdatasrc.lo
./jdcoefct.lo ./jdcolor.lo ./jddctmgr.lo ./jdhuff.lo ./jdinput.lo ./jdmainct.lo
./jdmarker.lo ./jdmaster.lo ./jdmerge.lo ./jdphuff.lo ./jdpostct.lo
./jdsample.lo ./jdtrans.lo ./jerror.lo ./jfdctflt.lo ./jfdctfst.lo ./jfdctint.lo
./jidctflt.lo ./jidctfst.lo ./jidctint.lo ./jidctred.lo ./jmemmgr.lo
./jmemnobs.lo ./jquant1.lo ./jquant2.lo ./jutils.lo
make[2]: Leaving directory `/usr/local/src/PDFlib-Lite-7.0.4p4/libs/jpeg'
/bin/sh: line 2: cd: expat: No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/usr/local/src/PDFlib-Lite-7.0.4p4/libs'
make: *** [all] Error 2

checking,

find . | grep expat
(empty)

and, in fact,

ls libs
empty.inc flate/ font/ jpeg/ Makefile pdcore/ pdflib/ PDFlib.dsw png/
tiff/

there's no expat lib dir.

is it missing on error from the tarball, or is there a flag that's erroneously
set?

thanks.




Fri Jun 26, 2009 10:40 pm

pgnetdev
Offline Offline
Send Email Send Email

Forward
Message #19683 of 19971 |
Expand Messages Author Sort by Date

i'm attempting to build pdflite v704p4 on opensuse 11.1. configure, cd /usr/local/src/PDFlib-Lite-7.0.4p4 setenv SSL_RPATH_LIBS "`pkg-config --libs-only-L...
pgnetdev
Offline Send Email
Jun 26, 2009
10:42 pm

Hello, if you don't add the --with-openssl switch to configure it will build fine. PDFlib Lite does not have openssl support included, so this switch is not...
Rainer Schaaf
rjsatwork
Offline Send Email
Jun 26, 2009
11:13 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help