| Previous · Next | |
| User | Message |
|
Bender
|
Date: 11/4/2011 7:03 am · Subject: Compiling wre on Ubuntu 11.10 · Rating: 0
Compiling wre on Ubuntu 11.10 I recive this error,how can I solve it? miniperlmain.o opmini.o --- (Edited on 11/4/2011 7:03 am [GMT-0500] by Bender) --- |
| Back to Top |
Rate [ | ]
|
|
knowmad
|
Date: 11/4/2011 7:35 am · Subject: Re: Compiling wre on Ubuntu 11.10 · Rating: 0
I've not tried to compile on 11.10 but have done this under otherversions. Notice that you have a system library (libbfd) which is trying to use a WRE library (libz). What you're seeing in the errors is an incompatibility between the two. I've had this happen during my compilation of some parts of wre (can't recall which at this time). As I recall, my solution was to not source the setenvironment settings and have WRE compile whatever it's trying to compile using the system libraries. I suppose another option would be to compile the libbfd library under the WRE. Let us know how it goes. Good luck, William On 11/04/2011 08:03 AM, m.grignaffini@studiopleiadi.it wrote: > /usr/bin/ld: /data/wre/prereqs/lib/libz.so.1: no version information available (required by /usr/lib/libbfd-2.21.53-system.20110810.so) -- Knowmad - Web Strategy, Design & Development W: http://www.knowmad.com | E: william@knowmad.com | P: 704.343.9330 --- (Edited on 11/4/2011 7:35 am [GMT-0500] by Visitor) --- |
| Back to Top |
Rate [ | ]
|