-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yes,
Some infos:

ArchLinux
Linux jerry 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 18 20:17:17 UTC 2009 i686
Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux
g++ (GCC): 4.3.3
boost: 1.37.0-1

wt, examples (hello.wt) and myhello.wt is compiled with g++ 4.3.3 ....
other things is compiled with little older g++....

and wt compiled with (PKGBUILD command in ArchLinux package):
cmake -DCONNECTOR_FCGI=ON -DCONNECTOR_HTTP=ON -DCMAKE_INSTALL_PREFIX=/usr \
    -DWEBUSER=http -DWEBGROUP=http -DRUNDIR=/var/run/wt
-DDEPLOYROOT=/home/wt \
    -DDESTDIR=${pkgdir} ..

- -rw-r--r-- 1 scippio users 2,7K 25. čec  2008 hello.cpp (original
example source)
- -rwxr-xr-x 1 scippio users 277K 28. led 15.52 hello.wt  (original
"cmake" example)
- -rwxr-xr-x 1 scippio users  40K 29. led 15.00 myhello.wt

my build commands (via scons... but this isn't important...):
g++ -o hello.o -c -O2 -Wno-deprecated -Wall -I/usr/include hello.cpp
g++ -o myhello.wt hello.o -L/usr/lib -lwt -lwthttp

My libraries:
[scip...@jerry wt]$ ls -lah /usr/lib/libwt*
lrwxrwxrwx 1 root root   13 29. led 14.39 /usr/lib/libwtext.so ->
libwtext.so.6
- -rwxr-xr-x 1 root root 779K 29. led 14.39 /usr/lib/libwtext.so.2.2.3
lrwxrwxrwx 1 root root   17 29. led 14.39 /usr/lib/libwtext.so.6 ->
libwtext.so.2.2.3
lrwxrwxrwx 1 root root   14 29. led 14.39 /usr/lib/libwtfcgi.so ->
libwtfcgi.so.4
- -rwxr-xr-x 1 root root 188K 29. led 14.39 /usr/lib/libwtfcgi.so.2.2.3
lrwxrwxrwx 1 root root   18 29. led 14.39 /usr/lib/libwtfcgi.so.4 ->
libwtfcgi.so.2.2.3
lrwxrwxrwx 1 root root   14 29. led 14.39 /usr/lib/libwthttp.so ->
libwthttp.so.4
- -rwxr-xr-x 1 root root 986K 29. led 14.39 /usr/lib/libwthttp.so.2.2.3
lrwxrwxrwx 1 root root   18 29. led 14.39 /usr/lib/libwthttp.so.4 ->
libwthttp.so.2.2.3
lrwxrwxrwx 1 root root   11 29. led 14.39 /usr/lib/libwt.so -> libwt.so.11
lrwxrwxrwx 1 root root   14 29. led 14.39 /usr/lib/libwt.so.11 ->
libwt.so.2.2.3
- -rwxr-xr-x 1 root root 3,7M 29. led 14.39 /usr/lib/libwt.so.2.2.3

LLD
[scip...@jerry wt]$ ldd myhello.wt
    linux-gate.so.1 =>  (0xb7fd5000)
    libwt.so.11 => /usr/lib/libwt.so.11 (0xb7c9e000)
    libwthttp.so.4 => /usr/lib/libwthttp.so.4 (0xb7be3000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7af2000)
    libm.so.6 => /lib/libm.so.6 (0xb7acc000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7abf000)
    libc.so.6 => /lib/libc.so.6 (0xb7978000)
    libboost_signals-mt.so => /usr/lib/libboost_signals-mt.so (0xb7964000)
    libboost_thread-mt.so => /usr/lib/libboost_thread-mt.so (0xb7956000)
    libboost_regex-mt.so => /usr/lib/libboost_regex-mt.so (0xb78a3000)
    libboost_program_options-mt.so =>
/usr/lib/libboost_program_options-mt.so (0xb7861000)
    libboost_date_time-mt.so => /usr/lib/libboost_date_time-mt.so
(0xb7852000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb783d000)
    libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb77f6000)
    libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb76a0000)
    libboost_filesystem-mt.so => /usr/lib/libboost_filesystem-mt.so
(0xb768c000)
    /lib/ld-linux.so.2 (0xb7fd6000)
    librt.so.1 => /lib/librt.so.1 (0xb7683000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb766a000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7666000)
    libboost_system-mt.so => /usr/lib/libboost_system-mt.so (0xb7662000)

LLD (original example):
[scip...@jerry wt]$ ldd hello.wt
    linux-gate.so.1 =>  (0xb7f3f000)
    libwthttp.so.4 => /usr/lib/libwthttp.so.4 (0xb7e57000)
    libwt.so.9 => not found
    libboost_regex-mt.so => /usr/lib/libboost_regex-mt.so (0xb7da4000)
    libboost_signals-mt.so => /usr/lib/libboost_signals-mt.so (0xb7d91000)
    libz.so.1 => /usr/lib/libz.so.1 (0xb7d7d000)
    libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7d35000)
    libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7bdf000)
    libboost_thread-mt.so => /usr/lib/libboost_thread-mt.so (0xb7bd1000)
    libboost_filesystem-mt.so => /usr/lib/libboost_filesystem-mt.so
(0xb7bbd000)
    libboost_program_options-mt.so =>
/usr/lib/libboost_program_options-mt.so (0xb7b7b000)
    libboost_date_time-mt.so => /usr/lib/libboost_date_time-mt.so
(0xb7b6b000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7a7a000)
    libm.so.6 => /lib/libm.so.6 (0xb7a54000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7a47000)
    libc.so.6 => /lib/libc.so.6 (0xb7900000)
    libwt.so.11 => /usr/lib/libwt.so.11 (0xb75f6000)
    librt.so.1 => /lib/librt.so.1 (0xb75ec000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb75d4000)
    libdl.so.2 => /lib/libdl.so.2 (0xb75d0000)
    libboost_system-mt.so => /usr/lib/libboost_system-mt.so (0xb75cc000)
    /lib/ld-linux.so.2 (0xb7f40000)


V.M.

Pau Garcia i Quiles napsal(a):
> Could you provide more information about what operating system and
distribution, compiler (and version), Boost version, etc you are using?
>
> On Thu, Jan 29, 2009 at 3:08 PM, Václav Málek <[email protected]>
wrote: Hello,
>
> today, I update wt to 2.2.3 and recompile myhello.wt:
>
> Checking for C library wt... yes Checking for C library wthttp... yes
scons: done reading SConscript files. scons: Building targets ... g++ -o
hello.o -c -O2 -Wno-deprecated -Wall -I/usr/include hello.cpp g++ -o
myhello.wt hello.o -L/usr/lib -lwt -lwthttp scons: done building targets.
>
> Example now works fine ( without SIGSEGV ).... but output still have error:
>
> [scip...@jerry wt]$ ./myhello.wt --http-address 0.0.0.0 --http-port
8080 --docroot . [2009-Jan-29 15:00:32.034891] 9373 - [notice] "Wt:
initializing built-in httpd" [2009-Jan-29 15:00:32.063084] 9373 -
[notice] "Reading Wt config file: /etc/wt/wt_config.xml (location =
'./myhello.wt')" [2009-Jan-29 15:00:32.064767] 9373 - [notice] "Starting
server: http://0.0.0.0:8080"; [2009-Jan-29 15:00:38.781027] 9373 [/
E5N5v1QlfA4CCCqQ] [notice] "Session created (#sessions = 1)" Could not
parse 'Cookie:
__utmz=143290798.1232508421.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A',
stopped at: '=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A'
10.70.0.38 - - [2009-Jan-29 15:00:38.783138] "GET / HTTP/1.1"
> 200 1694 10.70.0.38 - - [2009-Jan-29 15:00:39.126140] "GET
/?wtd=E5N5v1QlfA4CCCqQ&js=yes&ajax=yes&request=script&rand=536155773
HTTP/1.1" 200 9411 10.70.0.38 - - [2009-Jan-29 15:00:39.225229] "GET
/favicon.ico HTTP/1.1" 404 85 10.70.0.38 - - [2009-Jan-29
15:00:39.454722] "POST /?wtd=E5N5v1QlfA4CCCqQ&rand=91686 HTTP/1.1" 200
176 10.70.0.38 - - [2009-Jan-29 15:00:50.820167] "POST
/?wtd=E5N5v1QlfA4CCCqQ&rand=2617 HTTP/1.1" 200 88 [2009-Jan-29
15:00:54.633505] 9373 [/ TFfoUC05MnJXApJq] [notice] "Session created
(#sessions = 2)" Could not parse 'Cookie:
__utmz=143290798.1232508421.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A',
stopped at: '=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A'

> 10.70.0.38 - - [2009-Jan-29 15:00:54.635231] "GET / HTTP/1.1" 200 1692
10.70.0.38 - - [2009-Jan-29 15:00:54.843114] "GET
/?wtd=TFfoUC05MnJXApJq&js=yes&ajax=yes&request=script&rand=2048534106
HTTP/1.1" 200 9408 10.70.0.38 - - [2009-Jan-29 15:00:54.856201] "GET
/favicon.ico HTTP/1.1" 404 85 10.70.0.38 - - [2009-Jan-29
15:00:54.954064] "POST /?wtd=TFfoUC05MnJXApJq&rand=89265 HTTP/1.1" 200 177
>
> V.M.
>
>>
>>
-
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest
>>

Pau Garcia i Quiles napsal(a):
> Could you provide more information about what operating system and
distribution, compiler (and version), Boost version, etc you are using?
>
> On Thu, Jan 29, 2009 at 3:08 PM, Václav Málek <[email protected]>
wrote: Hello,
>
> today, I update wt to 2.2.3 and recompile myhello.wt:
>
> Checking for C library wt... yes Checking for C library wthttp... yes
scons: done reading SConscript files. scons: Building targets ... g++ -o
hello.o -c -O2 -Wno-deprecated -Wall -I/usr/include hello.cpp g++ -o
myhello.wt hello.o -L/usr/lib -lwt -lwthttp scons: done building targets.
>
> Example now works fine ( without SIGSEGV ).... but output still have error:
>
> [scip...@jerry wt]$ ./myhello.wt --http-address 0.0.0.0 --http-port
8080 --docroot . [2009-Jan-29 15:00:32.034891] 9373 - [notice] "Wt:
initializing built-in httpd" [2009-Jan-29 15:00:32.063084] 9373 -
[notice] "Reading Wt config file: /etc/wt/wt_config.xml (location =
'./myhello.wt')" [2009-Jan-29 15:00:32.064767] 9373 - [notice] "Starting
server: http://0.0.0.0:8080"; [2009-Jan-29 15:00:38.781027] 9373 [/
E5N5v1QlfA4CCCqQ] [notice] "Session created (#sessions = 1)" Could not
parse 'Cookie:
__utmz=143290798.1232508421.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A',
stopped at: '=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A'
10.70.0.38 - - [2009-Jan-29 15:00:38.783138] "GET / HTTP/1.1"
> 200 1694 10.70.0.38 - - [2009-Jan-29 15:00:39.126140] "GET
/?wtd=E5N5v1QlfA4CCCqQ&js=yes&ajax=yes&request=script&rand=536155773
HTTP/1.1" 200 9411 10.70.0.38 - - [2009-Jan-29 15:00:39.225229] "GET
/favicon.ico HTTP/1.1" 404 85 10.70.0.38 - - [2009-Jan-29
15:00:39.454722] "POST /?wtd=E5N5v1QlfA4CCCqQ&rand=91686 HTTP/1.1" 200
176 10.70.0.38 - - [2009-Jan-29 15:00:50.820167] "POST
/?wtd=E5N5v1QlfA4CCCqQ&rand=2617 HTTP/1.1" 200 88 [2009-Jan-29
15:00:54.633505] 9373 [/ TFfoUC05MnJXApJq] [notice] "Session created
(#sessions = 2)" Could not parse 'Cookie:
__utmz=143290798.1232508421.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A',
stopped at: '=(direct)|utmccn=(direct)|utmcmd=(none);
__utma=143290798.4277259051505041400.1232508421.1232508421.1232511912.2;
__gads=ID=5d803894050ff078:T=1232508421:S=ALNI_MaDa62oTkHawgl7ZBgMQT3f5D4x3A'

> 10.70.0.38 - - [2009-Jan-29 15:00:54.635231] "GET / HTTP/1.1" 200 1692
10.70.0.38 - - [2009-Jan-29 15:00:54.843114] "GET
/?wtd=TFfoUC05MnJXApJq&js=yes&ajax=yes&request=script&rand=2048534106
HTTP/1.1" 200 9408 10.70.0.38 - - [2009-Jan-29 15:00:54.856201] "GET
/favicon.ico HTTP/1.1" 404 85 10.70.0.38 - - [2009-Jan-29
15:00:54.954064] "POST /?wtd=TFfoUC05MnJXApJq&rand=89265 HTTP/1.1" 200 177
>
> V.M.
>
>>
>>
-
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest
>>

- --
Václav Málek
Email: [email protected]
Tel: +420 723 913 552
JID: [email protected]
WWW: http://www.2ants.eu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmBzSYACgkQrYc0wbmFUUvbpwCgh9IsanYvCu5RLQ9TJcZfXwPL
KxsAnA691IvM9azsCGAlqBNHrMq0QKo+
=XANE
-----END PGP SIGNATURE-----


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to