[jboss-dev-forums] [Design of JBoss Profiler] - Re: Problems Jboss 4.0.2/JKD1.4.2/Profiler1.0.RC3/Solaris 9
thof
do-not-reply at jboss.com
Tue Aug 1 04:11:41 EDT 2006
I installed your latest version, but can not compile the sources with gcc:
compile.sh
../../src/jbossInspector.cc: In function `void notifyEvent(JVMPI_Event*)':
../../src/jbossInspector.cc:1565: error: `JVMPI_REQUESTED_EVENT' undeclared (first use this function)
../../src/jbossInspector.cc:1565: error: (Each undeclared identifier is reported only once for each function it appears in.)
../../src/jbossInspector.cc:1575: error: 'union JVMPI_Event::' has no member named 'method_entry2'
../../src/jbossInspector.cc:1575: error: 'union JVMPI_Event::' has no member named 'method_entry2'
../../src/jbossInspector.cc:1579: error: 'union JVMPI_Event::' has no member named 'method'
../../src/jbossInspector.cc:1583: error: `JVMPI_NORMAL_OBJECT' undeclared (first use this function)
../../src/jbossInspector.cc:1592: error: 'union JVMPI_Event::' has no member named 'obj_free'
../../src/jbossInspector.cc:1611: error: 'union JVMPI_Event::' has no member named 'monitor_wait'
../../src/jbossInspector.cc:1611: error: 'union JVMPI_Event::' has no member named 'monitor_wait'
../../src/jbossInspector.cc:1614: error: 'union JVMPI_Event::' has no member named 'monitor_wait'
../../src/jbossInspector.cc:1614: error: 'union JVMPI_Event::' has no member named 'monitor_wait'
../../src/jbossInspector.cc:1618: error: 'union JVMPI_Event::' has no member named 'monitor'
../../src/jbossInspector.cc:1621: error: 'union JVMPI_Event::' has no member named 'monitor'
../../src/jbossInspector.cc:1624: error: 'union JVMPI_Event::' has no member named 'monitor'
../../src/jbossInspector.cc:1628: error: 'union JVMPI_Event::' has no member named 'raw_monitor'
../../src/jbossInspector.cc:1628: error: 'union JVMPI_Event::' has no member named 'raw_monitor'
../../src/jbossInspector.cc:1631: error: 'union JVMPI_Event::' has no member named 'raw_monitor'
../../src/jbossInspector.cc:1631: error: 'union JVMPI_Event::' has no member named 'raw_monitor'
../../src/jbossInspector.cc:1634: error: 'union JVMPI_Event::' has no member named 'raw_monitor'
../../src/jbossInspector.cc:1634: error: 'union JVMPI_Event::' has no member named 'raw_monitor'
The shipped solaris jbossInspector lib has dependent libs which are not on our system:
ldd: /usr/local/jboss-profiler-1.0.CR4/jvmpi/solaris/libjbossInspector.so: is not executable
libstdc++.so.2.10.0 => (file not found)
libm.so.2 => (file not found)
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
The RC3-lib uses other versions of dependent libs:
ldd: /usr/local/jboss-profiler-1.0.RC3/jvmpi/solaris/libjbossInspector.so: is not executable
libstdc++.so.6 => /usr/local/lib/libstdc++.so.6
libm.so.1 => /usr/lib/libm.so.1
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
/usr/platform/SUNW,Ultra-Enterprise/lib/libc_psr.so.1
Thanks in advance!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962076#3962076
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962076
More information about the jboss-dev-forums
mailing list