From: Adriano d. S. F. <adr...@gm...> - 2011-04-28 14:02:33
|
On 28/04/2011 10:22, Leonardo M. Ramé wrote: > Hi, I installed FB 2.5 on FreeBSD 8.2 AMD64, and found that fb_smp_server doesn't start because of the libraries libicu* requiered are version 38 and the server has installed version 46. > > This is what I get when starting fb_smp_server: > > martin@server:/home/martin$ sudo /usr/local/sbin/fb_smp_server > /libexec/ld-elf.so.1: Shared object "libicui18n.so.38" not found, required by "libfbembed.so.2.5" > > uname -a: > FreeBSD server.rame.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 ro...@ma...:/usr/obj/usr/src/sys/GENERIC amd64 > > You installed a version built with --with-system-icu in a box and installed it in a different one. So you or someone need to built in a freebsd version compatible with your one. > I tried creating symlinks as .38 pointing to .46, but it doesn't seems to work. > > Has anyone tested the port on FreeBSD 8.2? does it work?, what alternative do you recommend?. > Certainly you can't do this. Adriano |