Ah, that explains why there are no
Hello,
I'm trying to compile MonetDB
on Ubuntu 12.04 x64
but It fails with a lot of "../mapilib/.libs/libmapi.so: undefined reference to `SHA256'". I though it was related with a library linking problem, but
I use LDFLAGS=-lssl -lcrypt and CFLAGS=-Wl,-verbose which give me
:
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libssl.so succeeded
-lssl (/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libssl.so)
...
attempt to open /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcrypt.so succeeded
-lcrypt (/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libcrypt.so)
I'm not very familiar with Make
and C, so I would appreciate some help.
PS: Could it be related to the packaging problem
reported on the last releases notes "No Debian and Ubuntu packages were built for this release due to a packaging failure"?
hm, that explains why there are no packages for this release. But I don't understand, I have no problem building ubuntu packages of the latest MonetDB version. What is actually the problem?
If somebody had notified me I could have had a look, but that didn't happen.
- Gijs