Public bug reported: Binary package hint: libfcgi0
fastcgi development in C++ is broken on Ubuntu 6.10. Any attempt to compile a C++ fastcgi application produces linker errors apparently relating to STL problems. Removing Ubuntu packages libfcgi-dev and libfcgi0 and then installing the fastcgi devkit from source (http://www.fastcgi.com/#TheDevKit) fixes the problem. To reproduce: 1) install libfcgi-dev libfcgi0 2) try to compile the example C++ file. $ g++ -lfcgi++ -o ../echo echo-cpp.cpp /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libfcgi++.so: undefined reference to `std::basic_streambuf<char, std::char_traits<char> >::seekoff(long, std::_Ios_Seekdir, std::_Ios_Openmode)' collect2: ld returned 1 exit status make: *** [fcgicounter.fcgi] Error 1 ** Affects: libfcgi (Ubuntu) Importance: Undecided Status: Unconfirmed -- something is broken with the libfcgi++.so build https://launchpad.net/bugs/84663 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
