Re: [Evolution] Compiling evolution-data-server-2.24.2 error



On Fri, 2008-12-19 at 17:01 -0800, Anthony Wolfe wrote:
Seriously appreciate the help.  I am using the export config path and not helping. IF I manually change the 
e-msgport.c file to look for nspr.h in /usr/include/nspr4/nspr.h then it finds it and compiles, but the 
linking fails with....

./.libs/libedataserver-1.2.so: undefined reference to `PR_GetErrorText'
./.libs/libedataserver-1.2.so: undefined reference to `PR_GetErrorTextLength'
./.libs/libedataserver-1.2.so: undefined reference to `PR_Write'
./.libs/libedataserver-1.2.so: undefined reference to `PR_Read'
./.libs/libedataserver-1.2.so: undefined reference to `PR_CreatePipe'
./.libs/libedataserver-1.2.so: undefined reference to `PR_Close'
./.libs/libedataserver-1.2.so: undefined reference to `PR_GetError'
collect2: ld returned 1 exit status
make[2]: *** [test-source-list] Error 1

Any thoughts on this?  

The compiler found nspr.h, now the linker needs to find libnspr4.so.

Locate your libnspr4.so and specify its directory at configure time:

  --with-nspr-libs=/path/to/library

Matthew Barnes

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]