Solaris 10  x86 mod_jk for Apache to Tomcat compilation error

Hi,
I try to figure it out how to compile the sources of mod_jk under Solaris 10 x86 on v20z server. The configuration goes right. But when I try to use make. This error appears. The version of mod_jk is 1.1.14. Can anybody help with this probleme?
Here is the result of the make:
gcc: .libs/mod_jk.o: No such file or directory
gcc: ../common/.libs/jk_ajp12_worker.o: No such file or directory
gcc: ../common/.libs/jk_connect.o: No such file or directory
gcc: ../common/.libs/jk_msg_buff.o: No such file or directory
gcc: ../common/.libs/jk_util.o: No such file or directory
gcc: ../common/.libs/jk_ajp13.o: No such file or directory
gcc: ../common/.libs/jk_pool.o: No such file or directory
gcc: ../common/.libs/jk_worker.o: No such file or directory
gcc: ../common/.libs/jk_ajp13_worker.o: No such file or directory
gcc: ../common/.libs/jk_lb_worker.o: No such file or directory
gcc: ../common/.libs/jk_sockbuf.o: No such file or directory
gcc: ../common/.libs/jk_map.o: No such file or directory
gcc: ../common/.libs/jk_uri_worker_map.o: No such file or directory
gcc: ../common/.libs/jk_ajp14.o: No such file or directory
gcc: ../common/.libs/jk_ajp14_worker.o: No such file or directory
gcc: ../common/.libs/jk_md5.o: No such file or directory
gcc: ../common/.libs/jk_shm.o: No such file or directory
gcc: ../common/.libs/jk_ajp_common.o: No such file or directory
gcc: ../common/.libs/jk_context.o: No such file or directory
gcc: ../common/.libs/jk_status.o: No such file or directory
make[1]: *** [mod_jk.la] Error 1
make[1]: Leaving directory `/install/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-1.3'
make: *** [all-recursive] Error 1
Anybody can help???

You have to run "make clean" and then make.
Probably the files could not be compiled because of errors in the first place.
Try to download the source for apache and compile it for the current platform, otherwise you could get wrong settings.

Similar Messages

  • Please help suggestions for solving built-only compiler error: 'The VI is not executable. The full development version of LabView is required tofix this error.'

    We have develoepd a software tool and build it on regular basis. It currently runs error free when compiled in the editor, but when we built it and run the executable stand alone we get the error.
    'The VI is not executable. The full development version of LabView is required tofix this error.' plus a broeken error.
    This menas an compiler error that is not present in the editor but in the stand alone version. We tried to identify errors as suggested in several posts in this forum, but so far unsuccesfull.
    As the editor and its compiler do not see the error  and are running fine and the stand alone version just syas 'find the error in the editor' in this case LabView is of no help.
    Can anyone suggest a sensible or 'good practice ' way of searching for the source of this error?
    Our project  comprises hundreds of Vis over several libraries.
    Thanks,
    Chris

    Thanks Craig for all your suggestions.
    We seem to have located the problem in a new vi just added to the package causing conflicts by using the same vi names as other vis already present in the package. Excluding this vi removed the error.
    It seems related to a conflict by having two vis with the same name, which was mentioned by LabView and interactively resolved when running the main vi from the editor. When successfully building the main vi the builder did not mention this conflict and reported a successful build, but when trying to run the executable it gave the cryptic error. The error caused us problems because there was no hint for the cause, just the suggestion to solve this in the editor, while at the same time in the editor the VI was running fine.
    We will post about this in detail after we have positively proven that this actually was the case.
    The .net version issue was already checked.
    Performance was the same on all machines we tested on including the dev machine.
    Debugging was tried nut did not help as the vi could not run (broken arrow). We assumed that debugging only helps in running faulty functioning vi''s. We did not check for broken arrows in sub-vis (after connecting), that could have helped, although our application has hundreds of our own vis.
    In relation to your remark: 
    'Are you using many classes? Have you verified that the proper access scopes are set for functions calling those vis?'
    Could you elaborate on setting access scopes. We were not aware of this option in LabView, although we realize this is a basic element of the underlying c code.
    Ragrds,
    Chris

  • Mod_jk for apache2, tomcat 5 and solaris 10

    when i compile mod_jk in solaris 10 x86 box it shows following error:
    /bin/bash /var/apache2/build/libtool --silent
    --mode=compile gcc -I/usr/apache2/include -g -O2 -O
    -xarch=386 -xchip=pentium -xspace -Xa -xildoff
    -DSSL_EXPERIMENTAL -DSSL_ENGINE -DHAVE_APR
    -I/usr/share/src/apache2/srclib/apr/include
    -I/usr/share/src/apache2/srclib/apr-util/include -g
    -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS
    -D_REENTRANT -I /usr/jdk/entsys-j2se/include -I
    /usr/jdk/entsys-j2se/include/ -c jk_ajp12_worker.c -o
    jk_ajp12_worker.lo
    gcc: unrecognized option `-Xa'
    gcc: unrecognized option `-KPIC'
    gcc: language ildoff not recognized
    gcc: jk_ajp12_worker.c: linker input file unused
    because linking not done
    mv: cannot access .libs/jk_ajp12_worker.lo
    *** Error code 2
    make: Fatal error: Command failed for target
    `jk_ajp12_worker.lo'
    Current working directory
    /Desktop/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common
    *** Error code 1
    The following command caused the error:
    set fnord $MAKEFLAGS; amf=$2; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='common apache-2.0'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || case "$amf" in *=*) exit 1;; k) fail=yes;; *)
    exit 1;; esac; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    i'm using apache 2 that is included in solaris 10 package, tomcat 5.5.17 and jakarta-tomcat-connectors-1.2.15.
    please help.
    mnio

    Hi
    i am also face problem in mod_jk for apache 2.2.0
    I have done installation of apache 2.2.0 on Solaris 10_x86 .Problem in Solaris OS .But i face problem in tomcat connecter on Solaris 10_x86.
    I make theses step in Solaris 10.
    I download connector tomcat-connectors-1.2.25-src.tar.gz
    # gunzip tomcat-connectors-1.2.25-src.tar.gz
    # cd \tomcat-connectors-1.2.25-src\native
    #./ buildconf.sh
    # ./configure - - with - -apxs=/usr/local/apache2/bin/apxs after run this command make new file.File name is Makefile
    Edit in Makefile and parameter -Wl,-brtl
    Run make command for tomcat-connectors (mod_jk) compiling
    bash-3.00# make
    Making all in common
    /usr/local/apr/build-1/libtool silent mode=compile gcc -I/usr/local/apache2/include -g -O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -L/usr/openwin/lib -R/usr/openwin/lib -DHAVE_APR -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -g -O2 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I /include -I /include/ -c jk_ajp12_worker.c -o jk_ajp12_worker.lo
    /usr/local/apr/build-1/libtool[384]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[384]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[709]: /usr/local/bin/sed: not found
    *** Warning: inferring the mode of operation is deprecated.
    *** Future versions of Libtool will require --mode=MODE be specified.
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1003]: /usr/local/bin/sed: not found
    /usr/local/apr/build-1/libtool[1054]: /usr/local/bin/sed: not found
    : compile: cannot determine name of library object from `'
    *** Error code 1
    make: Fatal error: Command failed for target `jk_ajp12_worker.lo'
    Current working directory /export/home/apache/tomcat-connectors-1.2.25-src/native/common
    *** Error code 1
    The following command caused the error:
    failcom='exit 1'; \
    for f in x $MAKEFLAGS; do \
    case $f in \
    *=* | --[!k]*);; \
    k) failcom='fail=yes';; \
    esac; \
    done; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='common apache-2.0'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || eval $failcom; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Please help me. My E-mail ID is [email protected]

  • Grid Control Agent for Solaris 10 x86 32bit (not 64 bit)

    Hi,
    I am trying to locate the 32 bit version of Solaris 10 x86 agent for Grid Control OEM 11g (11.1.0.1.0).
    There is only a X86 64 bit version listed at the download site.
    My isainfo shows that solaris install is 32 bit.
    Does anybody know if a 32 bit version of the agent for Grid Control 11g is available.

    No ..Its not available yet.
    Please contact Oracle Support.
    Regards
    Rajesh

  • Need Adobe Reader 9.x for Solaris 10 x86

    There used to be a link on your web site for the Solaris 10 x86 download for Adobe Reader 9.x products. Could you please send me an updated link or an alternative method of downloading the Solaris intel version of Adobe Reader? Would prefer the link comes directly from Adobe since verification is needed that it is from a trusted source. Thanks!

    Hi,
    there is no actual release of Acrobat Reader
    ftp://ftp.adobe.com/pub/adobe/reader/unix/  
    later then Acrobat Reader 4 for Solaris x86
    ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/sunx86-ar-405.tar.gz.
    All posts that announce Solaris x86 support for release 8 are untrue.
    The only working extended Pdf-Editor (comparable to Adobe Acrobat XI)
    for Solaris x86 at the moment is PDFStudio Java
    http://www.qoppa.com/pdfstudio/buy/
    Best regards
    Axel Arnold Bangert - Herzogenrath 2013 - Solaris 10 (x86)

  • Installing mod_jk into Apache on Oracle R12

    HI. We need to install mod_jk on R12 12.0.6 to connect it to tomcat server. We are running EBS on Linux.
    I downloaded the latest mod_jk for Apache 2 from the following link (prebuild binary) http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.31/i386/mod_jk-1.2.31-httpd-2.0.x.so
    I put in under
    $IAS_ORACLE_HOME/Apache/Apache/libexec
    I modified $ORA_CONFIG_HOME/10.1.3/Apache/Apache/conf/httpd.conf to include this module
    But when I run "adapcctl.sh" from $ADMIN_SCRIPTS_HOME
    I get the following error in the log
    Syntax error on line 225 of /space2/DVIS12/inst/apps/DVIS12_cow/ora/10.1.3/Apache/Apache/conf/httpd.conf:
    Cannot load /space2/DVIS12/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_jk.so into server: /space2/DVIS12/apps/tech_st/10.1.3/Apache/Apache/libexec/mod_jk.so: undefined symbol: apr_pool_cleanup_null
    It seems to be that some libraries are missing but I know nothing in this area. Can you please advice?

    Please see if the solutions in these docs help.
    Attempting to Start Apache (adapcctl.sh) Throws an 'Error While Loading Shared Libraries: libdb.so.2' on RedHat Linux 5 (Doc ID 879522.1)
    Starting R12 Apache errors with status 204 after Cloning SSO Enabled E-Business Suite Instance (Doc ID 730982.1)
    adstrtal.sh: Failed to allocate DMS shared memory 10588168 bytes (Doc ID 605596.1)
    Error - adapcctl.sh: Exiting With Status 204 (Doc ID 1289128.1)
    Thanks,
    Hussein

  • Can not build Apache 2.2.11 for Solaris 10 x86 11/06

    Dear all,
    during the 'make' procedure for Apache 2.2.11 under Solaris 10 x86 we
    see these errors:
    /tmp/apache/httpd-2.2.11/srclib/apr/libtool silent mode=compile
    gcc -g -O2
    -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -
    D_LARGEFILE64_SOURCE
    -I/tmp/apache/httpd-2.2.11/srclib/pcre -I. -I/tmp/apache/httpd-2.2.11/
    os/unix
    -I/tmp/apache/httpd-2.2.11/server/mpm/prefork
    -I/tmp/apache/httpd-2.2.11/modules/http
    -I/tmp/apache/httpd-2.2.11/modules/filters
    -I/tmp/apache/httpd-2.2.11/modules/proxy -I/tmp/apache/httpd-2.2.11/
    include
    -I/tmp/apache/httpd-2.2.11/modules/generators
    -I/tmp/apache/httpd-2.2.11/modules/mappers
    -I/tmp/apache/httpd-2.2.11/modules/database
    -I/tmp/apache/httpd-2.2.11/srclib/apr/include
    -I/tmp/apache/httpd-2.2.9/srclib/apr-util/include
    -I/tmp/apache/httpd-2.2.11/modules/proxy/../generators
    -I/tmp/apache/httpd-2.2.11/modules/ssl
    -I/tmp/apache/httpd-2.2.11/modules/dav/main -prefer-non-pic -static -c
    htpasswd.c && touch htpasswd.lo
    /tmp/apache/httpd-2.2.11/srclib/apr/libtool silent mode=link gcc -
    g -O2
    -o htpasswd htpasswd.lo -lm /tmp/apache/httpd-2.2.11/srclib/pcre/
    libpcre.la
    /tmp/apache/httpd-2.2.11/srclib/apr-util/libaprutil-1.la -lexpat
    /tmp/apache/httpd-2.2.11/srclib/apr/libapr-1.la -luuid -lsendfile -lrt
    -lsocket
    -lnsl -lpthread
    Undefined symbol first referenced in file
    atomic_swap_32 /tmp/apache/httpd-2.2.11/srclib/apr/.libs/libapr-1.so
    atomic_cas_ptr /tmp/apache/httpd-2.2.11/srclib/apr/.libs/libapr-1.so
    atomic_swap_ptr /tmp/apache/httpd-2.2.11/srclib/apr/.libs/libapr-1.so
    atomic_inc_32_nv /tmp/apache/httpd-2.2.11/srclib/apr/.libs/libapr-1.so
    atomic_dec_32_nv /tmp/apache/httpd-2.2.11/srclib/apr/.libs/libapr-1.so
    atomic_cas_32 /tmp/apache/httpd-2.2.11/srclib/apr/.libs/libapr-1.so
    ld: fatal: Symbol referencing errors. No output written to .libs/htpasswd
    collect2: ld returned 1 exit status
    *** Error code 1
    make: Fatal error: Command failed for target `htpasswd'
    Any idea how to solve this problem?
    THX, Rainer

    We got it!!!
    An Upgrade to Solaris 10 x86 5/08 did the trick but don't ask me why.
    THX, Rainer

  • Compiling ant 1.6.2 for Solaris 10 x86

    Hi,
    I need to compile Ant 1.6.2 on Solaris 10 x86 edition (S10 x86 comes with ant 1.5.4 but some of the newer ant syntaxes are not supported in 1.5.4). When I tried doing the compile using Ant 1.6.2 sources from ant.apache.org, I get the following error:
    src/main/org/apache/tools/ant/types/AbstractFileSet.java:48: cannot resolve symbol
    symbol : class ModifiedSelector
    location: package modifiedselector
    import org.apache.tools.ant.types.selectors.modifiedselector.ModifiedSelector;
    src/main/org/apache/tools/ant/taskdefs/Delete.java:420: cannot resolve symbol
    symbol : class ModifiedSelector
    location: class org.apache.tools.ant.taskdefs.Delete
    public void addModified(ModifiedSelector selector) {
    ^
    ------->(The caret is under M of the word ModifiedSelector)
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -deprecation for details.
    10 errors
    ... Failed compiling Ant classes !
    Bootstrap FAILED
    ModifiedSelector class has some unresolved symbols. And this is present at many places.
    Any idea what I should do to get over this error ?
    Thanks,
    Murthy

    I had the same problem on Solaris 10 sparc. The problem seems to relate to symbolic links with
    long names not being extracted correctly from the tar file (resulting in @LongLink files popping
    up around the place). If you use the .zip source file then the build goes fine.
    Philip.

  • Installing Tomcat connector for Apache

    I realize this is more of a Linux configuration issue but it does deal with Tomcat so I am hoping someone can help.
    I am having some problems installing the tomcat connector for Apache web server on Linux (Red Hat enterprise).
    I need to have both Apache (by which I mean Apache Web Server) and Tomcat running on this system and it is my understanding that one can use the tomcat connector as an Apache module to connect from Apache to Tomcat for jsp requests.
    Okay so here is what has been done.
    Tomcat is installed and running fine (on port 8080)
    Apache is running fine.
    I followed this guide http://tomcat.apache.org/connectors-doc/howto/quick.html
    And I created all the config files etc but when it comes to finding the mysterious mod_jk.so file I am stuck. I went to the downloads area and end up in the following directory/page http://apache.mirrors.northco.net/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.14/
    I don't see a mod_jk.so file in there. (?!?) So... I poked around some more but I feel I am looking at the right directory so I downloaded the worker.so file and put that in my apache modules directory. I renamed it as mod_sk.so (now please bear in mind that I am not too dumb and I realize that renaming a file isn''t doing anything magical but due to lack of any documentation describing why there are two different files I took a guess and thought that maybe the different files are different threading setups or something (considering the other one is named prefork to me this seemed to be a logical conclusion based on the information given))
    And of course it doesn't work. By which I mean the following happens if I run configtest for apache (if I try to start Apache same disaster)
    # /sbin/service httpd configtest
    Syntax error on line 3 of /etc/httpd/conf.d/tomcat_connector.conf:
    Cannot load /etc/httpd/modules/mod_jk.so into
    server: /etc/httpd/modules/mod_jk.so: cannot open
    shared object file: No such file or directoryOkay... Except a file with that name (see above) IS in that directory. And it has the same permissions as the other modules which are loading.
    (After moving to the modules directory)
    # dir
    libphp4.so mod_cache.so mod_imap.so mod_proxy_http.so
    mod_access.so mod_cern_meta.so mod_include.so mod_proxy.so
    mod_actions.so mod_cgi.so mod_info.so mod_python.so
    mod_alias.so mod_dav_fs.so mod_jk.so mod_rewrite.so
    [more stuff that loads here but edited for length]So I think something else has gone wrong here... namely that I have the wrong file or something.
    Anyway I am a bit stuck at this point. Could someone point me in the right direction please because I am just going in circles at this point with the documentation not matching up to what files are available or explaining what those files in fact actually are.

    I solved this issue by compiling the file from source. I got hold of another admin friend who told me that the version I had was for 64 bit. Now how I was supposed to discover this or where in fact a compiled version of this file is on the apache site I know not.
    But it's working now.

  • Which is better for servers, Apache or Tomcat?

    Which is better for servers, Apache or Tomcat?

    For some reason that link I gave you isn't working right now, but it was today, weird. I would get Tomcat simple because sun uses it in its examples and recommends it. Here's sun's link then, it's probably more useful anyway. http://java.sun.com/products/jsp/

  • Mod_jk vs mod_cluster vs mod_proxy_ajp for Apache-based ATG Load Balacning

    We are currently using mod_jk for load balancing our ATG Commerce Page Servers running on JBoss.
    There are many nice things about mod_jk: ajp support, jkstatus adminstration ability, performance, etc.
    However, there is a deficiency with mod_jk: It cannot accurately tell when a JBoss node is unavailable to serve pages! mod_jk only looks for a TCP ping response from JBoss, it does not have any ability to check a "health" page and understand situations like: App server out of memory, applicaiton not deployed even though the server is available, no threads available on the server, server shutting down or starting up, etc. From what I see, mod_jk will direct users to application servers that are in any one of these invalid states. Sending a user to a server that is not ready to serve content is not ideal.
    Because of the issues with mod_jk, I have started looking at other alternatives that can:
    1. More accurately determine the health of the application to load balance in a superior manner than mod_jk (i.e. tell if the app server is out of memory, deploying, going up/down, etc)
    2. Meet or exceed the performance characteristics of mod_jk (which probably means continuing to use AJP)
    3. Have an way to drain sessions of users on a particular node to allow for rolling deploys by taking specific Jboss nodes out of the cluster temporarily, applying the update, testing the update by directly accessing Jboss and then adding the node back into the cluster
    mod_cluster looks to be a solution that fits these requirements. I think mod_proxy_ajp could also be used, but because it is not a jboss-specific apache module, some manual work would need to be done to have it read a healthcheck JSP page. I'm not sure if this is possible, but I think it might be.
    Has anyone used mod_cluster or mod_proxy / mod_proxy_ajp with ATG? Any thoughts on this?
    Right now I am leaning strongly towards mod_cluster. http://www.jboss.org/mod_cluster

    Another important benefit of using mod_cluster is that it automatically registers new workers when they are added/removed from the cluster. Therefore its a better choice.
    -Gaurav

  • Solaris 10 x86 5/08 audio driver for SoundMax Integrated Digital Audio

    Hello out there, I recently installed Solaris 10 x86 5/08 on my IBM ThinkPad T60 (2007-63U) and I'm really impressed how well it is working.
    The only thing I've found not working so far is the audio.
    I've installed the Solaris Audio Drivers 1.0 from:
    http://www.sun.com/download/index.jsp?cat=Hardware%20Drivers&tab=3&subcat=Audio%20Devices
    ...but it still is not recognizing the audio device.
    Everything else is working great (thank you Sun and the OpenSolaris Community!!!!!!!), so getting the audio working would be even better.
    Any pointers anyone has on what to look for on the system (e.g. in /var/adm/messages) or how to configure the audio to support the SoundMax Integrated Digital Audio would be greatly appreciated.

    ...well, I've tried building oss-v4.0-build1016-src-cddl but I haven't been able to get it to work.
    In preparation for the build, I did install Sun Studio 12 (from http://developers.sun.com/sunstudio/index.jsp ), patched it, and installed gawk-3.1.6 ( from http://www.sunfreeware.com/indexintel10.html ) and ran configure/make install as instructed which successfully completed.
    The following is what I get when executing ossdetect:
    ================================================================================
    rem_drv osscore
    rem_drv hdaudio
    rem_drv ossusb
    rem_drv sadasupport
    Driver (osscore) not installed.
    unloaded osscommon
    add_drv -m '* 0666 root sys' osscore
    add_drv -m '* 0666 root sys' -i '"pci8086,27d8"' hdaudio
    add_drv -m '* 0666 root sys' -i '"usbif,class1"' ossusb
    devfsadm: driver failed to attach: ossusb
    Warning: Driver (ossusb) successfully added to system but failed to attach
    add_drv -m '* 0666 root sys' sadasupport
    /dev/mixer: No such file or directory
    ================================================================================
    To note, the Solaris 10 x86 5/08 installation I am running on is the full distribution +OEM.
    I also cannot find the "soundon" or "soundoff" scripts referenced in the OSS build instructions.
    Any pointers would be appreciated.

  • Mod_jk2 package for Solaris 10 x86

    I need a mod_jk2 package for Solaris 10 x86 so it will be part of my installation, thus build is not good enough. Can anyone help?
    Oren

    Creator is now integrated into NetBeans. Download the Java + EE
    distribution of the NetBeans 6.1 release from netbeans.org.
    When you create a project, you will be led through a series of panels,
    where the last is Frameworks. Select the "Visual Web JavaServer Faces"
    framework. You will be familiar with the rest, and of course it will
    work on solarisx86.
    Have fun!
    /krys

  • 64-bit JRE for Solaris 10 x86

    I understand that this is not one of the supported configurations at this time. Could anyone comment if there are plans to support 64-bit Java on Solaris 10 x86?
    Cheers,
    ~george

    On the x86 solaris 10 system I'm looking at there is
    a client VM
    /bin/java -client -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode)
    and a server VM
    /bin/java -server -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode)
    For the client the 64bit VM is still in development. I don't
    think there are dates established for that yet.
    If you can use the server VM, then you need to down
    load the 64bit binaries. Then you will see
    /bin/java -server -d64 -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed mode)
    The downloads are at (look for the release you want)
    http://java.sun.com/javase/downloads/index.jsp
    Hope that helps.

  • Grid control agent for Solaris 10 x86-64

    Are there any estimated release dates for a Solaris 10 x86-64 version of the grid control agent?

    This is what I get from the SR...
    "Date of availability for the Oracle Management Agent on Sun x64 Solaris 10 is Planned, but not yet available. Estimated date of release has not yet been disclosed. Sorry, there is no further information."
    So it's possible to run a database on Solaris 10 x86-64 but there's no grid control agent. Lovely.

Maybe you are looking for

  • Problem Related to PO Field?

    HI All, If you go in the PO , and in that in Item - > Delivery Address. In delivery address there is a field name , I want to see that field, so Plz tell me  a table where I can  see that Field Data.

  • My Iphone 4 is not working!?!?!

    So my sister gave me her old IPhone 4 for me to use, she told me it has a broken home button which i'm aware of. But whenever I try to charge the phone, I see the red battery bar for about 10 minutes, then the phone turns on, after the phone turns on

  • Cannot comile user defined classes

    Hello i have a problem on compiling user defined classes . example file x.java public class x{ file y.java import x; public class y{ I first compile x.java and everything is OK . Then i compile y.java and the compiler gives the folowing y.java:2: '.'

  • ZEN V.. A pain in the but

    Hey y'all,I just purchased a ZEN V mp3 player. I installed all the necessary programs to my computer, but when I go to ZEN V Series Media Explorer it tells me my device isn't connected to the computer, and it definitely is. Can anyone please help me?

  • Color Space and Bit Depth - What Makes Sense?

    I'm constantly confused about which color space and bit depth to choose for various things. Examples: - Does it make any sense to choose sRGB and 16-bits? (I thought sRGB was 8-bit by nature, no?) - Likewise for AdobeRGB - are the upper 8-bits empty