- "Building a 3D Engine in Perl (http://www.perl.com/pub/a/2004/12/01/3d_engine.html)" - практикум по разработке графических приложений на Perl используя модули SDL::App (http://search.cpan.org/dist/SDL_perl/) и SDL::OpenGL (http://search.cpan.org/dist/SDL_perl/) (интерфейс к библиотекам SDL и OpenGL);- "Cross-Language Remoting with mod_perlservice (http://www.perl.com/pub/a/2004/11/18/mod_perlservice.html)" - введение в использование mod_perlservice (http://www.ivorycity.com/mod_perlservice/), модуля для apache, позволяющего реализовать определенный набор процедур на сервере и затем удаленно использовать их из клиентского ПО (RCP с XML обменом);
- "Perl Debugger Quick Reference (http://www.perl.com/pub/a/2004/11/24/debugger_ref.html)" - небольшой PDF для распечатки с резюмированием команд встроенного Perl отладчика;- "Automating PostgreSQL Tasks (http://www.onlamp.com/pub/a/onlamp/2004/12/09/pg_automation....)" - использование скриптов на Shell и Perl для автоматизации рутинных операций с PostgreSQL;
URL: http://www.perl.com/pub/a/2004/12/01/3d_engine.html
Новость: http://www.opennet.me/opennews/art.shtml?num=4795
при компиляции mod_perlservice на freebsd сталкнулся с проблемой.
sh ./configure --prefix=/usr/local/www2/modules
...
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
--cat config.log---
...configure:2227: $? = 0
configure:2229: gcc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106
configure:2232: $? = 0
configure:2234: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2237: $? = 1
configure:2260: checking for C compiler default output file name
configure:2263: gcc conftest.c -lperl -lexpat -lm -ldl -lcrypt >&5
/usr/bin/ld: cannot find -lperl
configure:2266: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mod_perlservice"
| #define VERSION "0.0.4"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2305: error: C compiler cannot create executables
See `config.log' for more details.
...
---end---
кто знает в чем может быть причина ?:)
пардон забыл еще сказать.# ldconfig -r | grep lperl
14:-lperl.3 => /usr/lib/compat/libperl.so.3
т.е. проблема с libperl отпадает.