Package: libwtdbopostgres27
Version: 3.1.8-2

Hi,

The documentation and header says that Wt::Dbo::backend::Postgres
provides a Postgres() symbol, however it's not present in the
library:
objdump -T -C /usr/lib/libwtdbopostgres.so|grep 
"Wt::Dbo::backend::Postgres::Postgres("
000000000000c600 g    DF .text  000000000000007a  Base        
Wt::Dbo::backend::Postgres::Postgres(Wt::Dbo::backend::Postgres const&)
000000000000c680 g    DF .text  0000000000000089  Base        
Wt::Dbo::backend::Postgres::Postgres(std::string const&)
000000000000c530 g    DF .text  000000000000007a  Base        
Wt::Dbo::backend::Postgres::Postgres(Wt::Dbo::backend::Postgres const&)
000000000000c710 g    DF .text  0000000000000089  Base        
Wt::Dbo::backend::Postgres::Postgres(std::string const&)

When trying to use it, the linker gives this error message:
undefined reference to `Wt::Dbo::backend::Postgres::Postgres()'

It seems to be in the header file, but not in the .C file.


Kurt




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to