Hi there,

I'm trying to compile the twitter_fdw on my Ubuntu-Hardy machine, but alas...

root@contactkingserver:/usr/local/pgsql/bin/twitter_fdw-1.1.1# make
make -C libjson-0.8 all
make[1]: Betrete Verzeichnis 
'/usr/local/pgsql/bin/twitter_fdw-1.1.1/libjson-0.8'
sed -e 's;@PREFIX@;/usr;' -e 's;@LIBJSON_VER_MAJOR@;0;' -e 
's;@LIBJSON_VER_MINOR@;8;' < libjson.pc.in > libjson.pc
make[1]: Verlasse Verzeichnis 
'/usr/local/pgsql/bin/twitter_fdw-1.1.1/libjson-0.8'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith 
-Wdeclaration-after-statement -Wendif-labels -Wformat-security 
-fno-strict-aliasing -fwrapv -fpic -shared -o twitter_fdw.so twitter_fdw.o 
libjson-0.8/json.o -L/usr/local/pgsql/lib -Wl,--as-needed 
-Wl,-rpath,'/usr/local/pgsql/lib',--enable-new-dtags  -lcurl 
libjson-0.8/json.o: file not recognized: File format not recognized
collect2: ld gab 1 als Ende-Status zurück
make: *** [twitter_fdw.so] Fehler 1
root@contactkingserver:/usr/local/pgsql/bin/twitter_fdw-1.1.1# 

Looks like some problem with libjson-0.8 but the directory is there.
The readme says: The source of libjson is included this module package and 
linked as a
static library

Any pointers?

Maximilian Tyrtania
http://www.contactking.de


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to