D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] Compiling CUPS 1.1.22

 

mike wrote:

looks like you are 'making' not 'configuring', if so you probably need to do 'make install' as root, 'make' should be able to be done as a normal user.

Thanks Mike and Neil :)

Neil I'm trying this as root.

Mike, I tried running 'make install' and it returned the following error (after managing to do *some* of the job:

Apologies the error is so long, I wasn't sure what would be of relevance and didn't want you to waste your time with me not giving you all the info :)

../cups/libcups.a(http.o)(.text+0x42): In function `httpInitialize':
: undefined reference to `SSL_load_error_strings'
../cups/libcups.a(http.o)(.text+0x47): In function `httpInitialize':
: undefined reference to `SSL_library_init'
../cups/libcups.a(http.o)(.text+0x9a): In function `httpInitialize':
: undefined reference to `RAND_seed'
../cups/libcups.a(http.o)(.text+0x1eac): In function `http_wait':
: undefined reference to `SSL_pending'
../cups/libcups.a(http.o)(.text+0x20e6): In function `http_setup_ssl':
: undefined reference to `SSLv23_client_method'
../cups/libcups.a(http.o)(.text+0x20ee): In function `http_setup_ssl':
: undefined reference to `SSL_CTX_new'
../cups/libcups.a(http.o)(.text+0x20f8): In function `http_setup_ssl':
: undefined reference to `SSL_new'
../cups/libcups.a(http.o)(.text+0x2108): In function `http_setup_ssl':
: undefined reference to `SSL_set_fd'
../cups/libcups.a(http.o)(.text+0x2110): In function `http_setup_ssl':
: undefined reference to `SSL_connect'
../cups/libcups.a(http.o)(.text+0x2132): In function `http_setup_ssl':
: undefined reference to `SSL_CTX_free'
../cups/libcups.a(http.o)(.text+0x213a): In function `http_setup_ssl':
: undefined reference to `SSL_free'
../cups/libcups.a(http.o)(.text+0x2183): In function `http_shutdown_ssl':
: undefined reference to `SSL_get_SSL_CTX'
../cups/libcups.a(http.o)(.text+0x218f): In function `http_shutdown_ssl':
: undefined reference to `SSL_shutdown'
../cups/libcups.a(http.o)(.text+0x2197): In function `http_shutdown_ssl':
: undefined reference to `SSL_CTX_free'
../cups/libcups.a(http.o)(.text+0x21a1): In function `http_shutdown_ssl':
: undefined reference to `SSL_free'
../cups/libcups.a(http.o)(.text+0x21e5): In function `http_read_ssl':
: undefined reference to `SSL_read'
../cups/libcups.a(http.o)(.text+0x2215): In function `http_write_ssl':
: undefined reference to `SSL_write'
collect2: ld returned 1 exit status
make[1]: *** [ipp] Error 1
make: *** [install] Error 1
[root@xxxxxxx cups-1.1.22]#

--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe.