Hi Maria,
> We are working on Photon project which is WebStack + Dtrace in
> NetBeans (http://jupiter.czech.sun.com/wiki/view/Netbeans/NB70DynLangDTrace
> ).
> I tried to find a way to be able to set up correspondence between
> function call from PHP and query execution in MySQL using Dtrac
Check to see that a link exists libCrun.so pointing to libCrun.so.1
I found that when this happened to me on 2008.11, the link was missing. I
added it and Crun was now found.
ln -s /usr/lib/libCrun.so.1 /usr/lib/libCrun.so
--
This message posted from opensolaris.org
Hello,
We are working on Photon project which is WebStack + Dtrace in NetBeans
(http://jupiter.czech.sun.com/wiki/view/Netbeans/NB70DynLangDTrace).
I tried to find a way to be able to set up correspondence between function
call from PHP and query execution in MySQL using Dtrace.
All I have in