[Qt-interest] Problem with libqsqlpsql.so ?

Mhayk Whandson eu at mhayk.com.br
Tue Nov 17 04:52:03 CET 2009


When I am executing my application the message is showed and crash:

$ ./test
./test: symbol lookup error:
/opt/qtsdk-2009.04/qt/plugins/sqldrivers/libqsqlpsql.so: undefined
symbol: CRYPTO_num_locks

$ strace ./test
....
getsockopt(18, SOL_SOCKET, SO_ERROR, [0], [4]) = 0
getsockname(18, {sa_family=AF_INET, sin_port=htons(51110),
sin_addr=inet_addr("10.10.10.10")}, [16]) = 0
poll([{fd=18, events=POLLOUT|POLLERR}], 1, -1) = 1 ([{fd=18, revents=POLLOUT}])
rt_sigprocmask(SIG_BLOCK, [PIPE], [], 8) = 0
send(18, "\0\0\0\10\4\322\26/", 8, 0)   = 8
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
poll([{fd=18, events=POLLIN|POLLERR}], 1, -1) = 1 ([{fd=18, revents=POLLIN}])
recv(18, "S", 16384, 0)                 = 1
writev(2, [{"./test", 9}, {": ", 2}, {"symbol lookup error", 19}, {":
", 2}, {"/opt/qtsdk-2009.04/qt/plugins/sq"..., 55}, {": ", 2},
{"undefined symbol: CRYPTO_num_loc"..., 34}, {"", 0}, {"", 0}, {"\n",
1}], 10./test: symbol lookup error:
/opt/qtsdk-2009.04/qt/plugins/sqldrivers/libqsqlpsql.so: undefined
symbol: CRYPTO_num_locks
) = 124
exit_group(127)                         = ?

What is this ? Could help me ???


best regards,

-- 
Mhayk Whandson
Linux User #413723
E-mail: eu at mhayk.com.br



More information about the Qt-interest-old mailing list