Martin Ritchie wrote:
Hey C++ fokes,

I've been following the README but I've hit a sumbling block in
building the C++ broker

to summerize steps to this points

Building on Dual Core Xeon under Fedora 6.

Installed updates apr etc via yum.

and used the autotools install script to download tools to ~/qpid-tools.

then
[EMAIL PROTECTED] cpp]$ ./bootstrap
docs/api/Makefile.am:9: wildcard $(top_srcdir: non-POSIX variable name
docs/api/Makefile.am:9: (probably a GNU make extension)

Is this ok?

Yes, that is ok.

and ./configure was quite happy

but make gets upset about the file format of /usr/lib/libapr-1.so ..
this is a sym-link to libapr-1.so.0.2.7

I'm a bit rusty on the building of C++, Linux apps.

Any thoughts? Do you need more info?

Could the wrong build of apr perhaps have been installed? Sounds unlikely if you used yum... Does 'apr-1-config --version' work? or running ldd against /usr/lib/libapr-1.so?

Reply via email to