Gtk2 on Solaris 10u7 i386 64bit

Hi, a few days ago I post the following message to r-devl mailing list,
We have tried to build rattle on Solaris 10 X86 platform, and the results are :
1. Package XML and pmml can be built.
2. Package RGtk2 can be built but can’t be installed because the installer can’t find GTK on Solaris, but it seems GTK has been preinstalled on Solaris 10, but I don’t know how to configure it.
3. There are errors when building the cairoDevice package , the error message is
-bash-3.00$ R CMD INSTALL cairoDevice
installing to library '/opt/R/R2-11-1/lib/R/library'
installing source package 'cairoDevice' ...
checking for pkg-config... pkg-config
configure: creating ./config.status
config.status: creating src/Makevars
libs
/opt/sunstudio12.1/bin/cc -xc99=all -I/opt/R/R2-11-1/lib/R/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -I/opt/R/R2-11-1/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/openwin/share/include -KPIC -xO3 -c cairoDevice.c -o cairoDevice.o
"cairoDevice.h", line 3: cannot find include file: <cairo.h>
"cairoDevice.h", line 6: unexpected "("
"cairoDevice.h", line 7: cannot find include file: <cairo-pdf.h>
"cairoDevice.h", line 8: cannot find include file: <cairo-ps.h>
"cairoDevice.h", line 9: cannot find include file: <cairo-svg.h>
"cairoDevice.h", line 38: syntax error before or at: cairo_t
"cairoDevice.c", line 71: improper member use: pixmap
"cairoDevice.c", line 1330: undefined symbol: cairo_t
"cairoDevice.c", line 1330: syntax error before or at: )
"cairoDevice.c", line 1367: improper member use: drawing
"cairoDevice.c", line 1367: improper member use: drawing
cc: acomp failed for cairoDevice.c
*** Error code 1
Then a Professor pointed out that:
Our experience is+
- the X11 installation on Solaris is too old for these packages. We use the one from OpenCSW (see the R-admin manual). cairographics in particular has moved on a lot since the 2005 release of Solaris 10 (cairo reached version 1.0 after that).+
- we failed to build RGtk2 with the SunStudio compiler, and had to use gcc.+
Does anyone can help me to build RGtk2, perhapers first to update to a new version of X11 .

Hi alan,
The pixman library can be built with sunstudio12.1, but the configure script of cairo 1.8.10 does not pass with sunstudio12.1, then I change to gcc, configure script does not pass neigher, the error messages is:
configure:16707: gcc -c -g -O2 -I/opt/R/R2-11-1/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/openwin/share/include -I/usr/pixman/lib conftest.c >&5
conftest.c:20:1: warning: "PACKAGE_VERSION" redefined
conftest.c:4:1: warning: this is the location of the previous definition
conftest.c:21:1: warning: "PACKAGE_STRING" redefined
conftest.c:5:1: warning: this is the location of the previous definition
conftest.c:22:1: warning: "PACKAGE_NAME" redefined
conftest.c:2:1: warning: this is the location of the previous definition
conftest.c:23:1: warning: "PACKAGE_TARNAME" redefined
conftest.c:3:1: warning: this is the location of the previous definition
conftest.c:26: error: syntax error before "a"
conftest.c:28: error: syntax error before "typedef"
configure:16707: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "cairo"
| #define PACKAGE_TARNAME "cairo"
| #define PACKAGE_VERSION "1.8.10"
| #define PACKAGE_STRING "cairo 1.8.10"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
| #define PACKAGE_NAME USE_cairo_INSTEAD
| #define PACKAGE_TARNAME USE_cairo_INSTEAD
| / end confdefs.h. /
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
configure:16752: gcc -c -g -O2 -I/opt/R/R2-11-1/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/openwin/share/include -I/usr/pixman/lib conftest.c >&5
conftest.c:20:1: warning: "PACKAGE_VERSION" redefined
conftest.c:4:1: warning: this is the location of the previous definition
conftest.c:21:1: warning: "PACKAGE_STRING" redefined
conftest.c:5:1: warning: this is the location of the previous definition
conftest.c:22:1: warning: "PACKAGE_NAME" redefined
conftest.c:2:1: warning: this is the location of the previous definition
conftest.c:23:1: warning: "PACKAGE_TARNAME" redefined
conftest.c:3:1: warning: this is the location of the previous definition
conftest.c: In function `main':
conftest.c:32: error: `bogus' undeclared (first use in this function)
conftest.c:32: error: (Each undeclared identifier is reported only once
conftest.c:32: error: for each function it appears in.)
conftest.c:32: error: syntax error before "endian"
configure:16752: $? = 1
configure: failed program was:
| / confdefs.h /
| #define PACKAGE_NAME "cairo"
| #define PACKAGE_TARNAME "cairo"
| #define PACKAGE_VERSION "1.8.10"
| #define PACKAGE_STRING "cairo 1.8.10"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
| #define PACKAGE_NAME USE_cairo_INSTEAD
| #define PACKAGE_TARNAME USE_cairo_INSTEAD
| / end confdefs.h. /
| #include <sys/types.h>
| #include <sys/param.h>
| int
| main ()
| {
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
| bogus endian macros
| #endif
| ;
| return 0;
| }

Similar Messages

  • How to install webgate on tomcat with solaris 10 AMD 64bits?

    Hi Experts
    I need to install a webgate on the webserver tomcat, but i found that installation is not possible because thes is not webgate for tomcat, many people recommended install a reverse proxy with Apache or OHS but i can't find a webgate installer on Solaris 10 AMD 64bits.
    Exists that version of webgate? or exist a workaround??
    what is your suggestion??

    Choose the Webserver and the WebGate from the OAM support matix.
    If OAM does not have WebGate for the platform where you have tomcat installed, if it is an option, you can install a webserver and WebGate on any OAM supported OS and configure Reverse Proxy. WebGate does not need to be on the same server/machine or on same platform.

  • Memcmp in Solaris 10 i386

    Hi -
    When I use memcmp() function in Solaris 10 i386, it does not seem to work.
    When I convert the arguments to strings and then use strcmp, they seem to work fine. Is there something I am missing.
    The same code with memcmp etc works fine on Solaris 10 SPARC machines.
    Your help and pointers will be of great help
    With Regards

    works fine for me, please post small example code that fails.
    tim

  • Desperately looking for mac.h header for Solaris 10u7 (NOT opensolaris)

    Hi there,
    for an experimental project I am trying to build a GLDv3 ethernet driver under Solaris 10 u7 x86.
    Unfortunately building the driver requires some GLDv3 specific headers that are not shipped with
    Solaris 10, because the GLDv3 interface is still unstable and therefore subject to change often.
    Nonetheless I would like to build the driver, so does anyone out there have the following include files: mac.h, mac_ether.h, mac_flow.h, mac_provider.h? These must be for Solaris 10u7 or the driver will not build and/or work...
    Again this is Solaris 10 not Opensolaris, and I cannot switch to Opensolaris for this project...
    Thanks in advance for your help!
    Rick

    Issue has been resolved offline... ;-)
    Matthias

  • Solaris 9 I386, Ntop 3.2 failure

    Hello,
    If i want compile Ntop-3.2 on me Solaris 9 i386 machine i become every time
    this error and i dont see me mistake,
    # gcc -v
    Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.2/specs
    Configured with: ../configure --with-as=/usr/ccs/bin/as<br />
    with-ld=/usr/ccs/bin/ld disable-nls --disable-libgcj<br />
    --enable-languages=c,c+ : (reconfigured) ../configure<br />
    with-as=/usr/ccs/bin/as with-ld=/usr/ccs/bin/ld --disable-nls<br />
    disable-libgcj enable-languages=c,c++>Thread model: posix gcc version
    3.4.2
    GNU ld version 2.16.1
    GNU assembler version 2.16.1 (i386-pc-solaris2.9) using BFD version 2.16.1
    GNU Make 3.80
    This is your ntop 3.2 configuration:
    Host System Type : i386-pc-solaris2.9
    Preprocessor (cppflags) : -DSOLARIS -I/usr/local/include -I/opt/sfw/include -I/usr/local/include
    Compiler (cflags) : gcc -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs
    -fPIC -DPIC
    Defines : -DHAVE_CONFIG_H
    Loader (ldflags) : -L/opt/sfw/lib -L/usr/local/lib -R/opt/sfw/lib -R/usr/local/lib -L/usr/local/lib
    Include path :
    System Libs : -lxml2 -lposix4 -lpthread -lresolv -lxnet -lc -liconv -lnsl -lsocket -lpcap -lgdbm -lgd -lpng -lz
    Locale : /usr/lib/locale
    gmake
    &#91;snip&#93;
    .libs/ntop ntop-main.o ntop-admin.o -L/opt/sfw/lib -L/usr/local/lib
    ./.libs/libntopreport.so -L/usr/local/ssl/lib
    -L/usr/local/BerkeleyDB.4.2/lib -L/usr/openwin/lib -L/usr/lib
    ./.libs/libntop.so myrrd/.libs/libmyrrd.so /usr/local/lib/libxml2.so
    -lposix4 -lpthread -lresolv -lxnet -lc /usr/local/lib/libiconv.so -lnsl
    -lsocket -lpcap /usr/local/lib/libgdbm.so /usr/local/lib/libgd.so -lXpm
    -lX11 /usr/local/lib/libjpeg.so /usr/local/lib/libfontconfig.so
    /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so -lpng12 -lm -lpng
    -lz -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/opt/sfw/lib
    ./.libs/libntopreport.so: undefined reference to `listen at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `ntohs at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `accept at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `recv at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `gethostname at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `endservent at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `setsockopt at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `bind at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `htonl at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `send at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `ntohl at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `gethostbyaddr at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `connect at SUNW_1.1'
    ./.libs/libntopreport.so: undefined reference to `socket at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `gethostbyname at SUNW_1.1'
    ./.libs/libntop.so: undefined reference to `htons at SUNW_1.1'
    collect2: ld returned 1 exit status
    gmake&#91;2&#93;: *** &#91;ntop&#93; Error 1
    gmake&#91;2&#93;: Leaving directory `/usr/source/ntop-3.2'
    gmake&#91;1&#93;: *** &#91;all-recursive&#93; Error 1
    gmake&#91;1&#93;: Leaving directory `/usr/source/ntop-3.2'
    gmake: *** &#91;all&#93; Error 2
    please let me know so i can see and understanding me mistake
    for any help iam happy
    best regards
    Maurizio

    Hi,
    I'm having a problem with ACLs option under solaris
    9. I want to set up a Samba 3 file server with Active
    Directory authentication. I compiled samba with good
    options. "wbinfo -u" and "getent passwd" works well.
    BTW, I'm able to authenticaiton an AD user by using
    "su" command.
    What i gotta do now is to activate ACLs option on my
    "/" mount point. (my file system is UFS)Why do you think that they're not active? Solaris 9 UFS has ACL support (although it's not identical to windows ACLs).
    I can't modify /etc/mnttab file which seems to be
    generated automatically.Right. But what would modifying mnttab do? Perhaps you mean to modify the /etc/vfstab? Either way there's no mount option for acls. You can see all the mount options in the mount_ufs man page.
    I just wanna know how can i modify the mount table
    by adding "acl" option.You can't, and you shouldn't have to.
    Darren

  • BS 2005 SR3 Installation Master Solaris on x64 64bit

    Hi,
    According to the SAP's Product Availability Matrix, DB2 is a supported database for installing SAP Netweaver 7.0, however when using the sapinst in BS 2005 SR3 Installation Master Solaris on x64 64bit, there is no option to select DB2 as the database.
    Does anyone know if there is a workaround or another Installation Master that we can use for this?

    Hi Setu,
    Which DB2 version are you using ?
    If it is DB2 V9.5 then check SAP Note 1089578 - DB6: Using DB2 Version 9.5 with SAP Software
    Thanks
    Sunny

  • Compiling perl on Solaris x86 in 64bit mode with libperl.so

    Hello,
    I am trying to compile perl 5.10.0 on solaris 10/x86 in 64bit mode, some basic infos are:
    System: SunOS oven 5.10 Generic_120012-14 i86pc i386 i86pc
    Compiler: gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) which comes with SUNWgcc
    To compile in 64bit I add the -m64 to linker and compiler flag.
    I also point the Configure to appropriate 64bit library directories.
    Static compilation without libperl.so build works like a charm, with libperl.so it compiles as well but execution of perl or miniperl results in:
    ld.so.1: miniperl: fatal: relocation error: R_AMD64_PC32: file /export/home/keeper/build/perl-5.10.0/libperl.so: symbol main: value 0x2800117364c does not fit
    Same happens with perl 5.8.8 btw.
    I have tried to add / remove -fPIC flag, result is the same.
    I am also 100% sure that the correct libperl.so is taken.
    Anyone had success in this?

    Hi,
    I have tried that option and I did get some information. After dlopen when I am trying to close using dlclose, the application is crashing. The log is given below.
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; dlclose()
    21694:
    21694: handle=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; collected for possible removal [ GPH_INITIAL ]
    21694:
    21694: handle=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; deleting:
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; object deleting
    21694: file=/usr/lib/sparcv9/libCrun.so.1; object removed from handle [ NODELETE ]
    21694: file=/usr/lib/64/libc.so.1; object removed from handle [ GLOBAL  NODELETE ]
    Bus error
    21694: file=/usr/lib/64/libdl.so.1; object removed from handle [ GLOBAL  NODELETE ]
    21694: file=/usr/lib/sparcv9/libCstd.so.1; object deleting
    21694:
    21694:
    21694: notify debugger: event: RD_DLACTIVITY state: RT_DELETE
    21694:
    21694:
    21694: file=/tmp/test/lib/app/comp/sparcv9/DNSRR.so; deleting
    21694:
    21694: file=/usr/lib/sparcv9/libCstd.so.1; deleting
    21694:
    21694: notify debugger: event: RD_DLACTIVITY state: RT_CONSISTENT
    21694:
    21694:
    21694: file=/tmp/test/lib/app/bin/sparcv9/STD; add binding to:
    21694: file=/usr/lib/64/libsocket.so.1 [ NEEDED  REFERENCED ]
    Fault signal: SIGBUS (10), invalid address alignment.
    At instruction address 0xffffffff7dd4f4a8, faulting access address is 0x4e5352532eb264cc
    Symbolic location: "realloc + 0x474 [usr/lib/sparcv9/libc.so.1]"
    21694:
    21694: ld.so.1: app: fatal: address 0x4e5352532eb264cc does not fall within any mapped object
    21694:
    ------ Concluding frames leaf call (n=1) ------
    # 0 0x7dd4f4a8 realloc + 0x474 [usr/lib/sparcv9/libc.so.1]
    [0x1,0x1f3620,0x1,0x1f3620,0x1,....]
    # 1 0x7dd4f444 realloc + 0x410 [usr/lib/sparcv9/libc.so.1]
    Does this mean that there is a problem with the library /usr/lib/sparcv9/libc.so.1 or /usr/lib/sparcv9/libCstd.so.1 or any other library ??
    Thanks in advance

  • How to make proxy settings in solaris 10 i386

    Dear Sir,
    I need your help in making proxy settings in solaris 10 x86, as well as on SPARC.
    i installed on virtual machine, and later i wanted to do the same on M4000 server. please help.
    Why I need to set proxy?
    I am on a co-orporate network, and it requires proxy to use internet to download packages for sun directly from sun machine.
    What package I want to download?
    I want to dowload CUPS to configure LINE PRINTER(ALIS5180).
    What did i do to configure line printer?
    1, i installed sun solaris 10 on a dell server to make it as a "print server"
    2, with the print manager I configure "alis5180"
    3, give the print command to test the printing.
    4, I did not got success, coz it is not printing the document i want, it is printing junk.
    5, i clear the cache of alis5180 printer.
    6, reset all the emulations ANSI, IBM Proprinter III XL, Epson FX-1180, Printronix® P600 & P 5000/6000, DEC® LG01, HP 2564C, Tally line/dot matrix printer, Epson FX 1180,
    MTPL, contextual arabic, Twinax (IBM 4234/4210/5225)/Coax(IBM4234), HP LineJet HPLP Series, HP 256X no success.
    Conclusion:-
    This is why I want to configure cups. and I need internet access on the print server to download the this package, and it require internet connection.
    Regards,
    Mky
    Edited by: user9007339 on Jan 22, 2012 3:29 AM

    You could try the Dell site, but I doublt if they will have a driver for Solaris, Linux maybe but not Solaris. Otherwise try the DriverGuide web site. http://www.driverguide.com/
    You could also try installing OpenSolaris if you don't specifically need Solaris 10. Better chance that OpenSolaris will support the NIC.

  • Need GLDv3 headers for Solaris 10u7

    Hello,
    for an experimental project of mine I need to compile Masa's GLDv3 driver for Marvell Yukon ethernet on Solaris 10 update 7. I have read dozens of blog postings so I do know that GLDv3 isn't stable and that's why the GLDv3 headers are not shipped with Solaris... but as I said, this is an experimental project. Can someone please help me getting the missing include headers: mac.h, mac_flow.h, mac_ether.h and mac_provider.h? These must be from S10u7 to guarantee troublefree operation of the driver.
    Thanks in advance for your help,
    Rick

    Issue has been resolved offline... ;-)
    Matthias

  • Solaris SPARC 10 64Bit -JDK Installation 1.6.05

    In Sun Solaris 10, not able to create the key using the jce.jar. JDK 1.6 Installed & PATH & JAVA_HOME both are referred to jdk 1.6. It is showing the belwo error
    Error: wrap() failed
    java.security.InvalidKeyException: wrap() failed
    at sun.security.pkcs11.P11RSACipher.engineWrap(P11RSACipher.java:395)
    at javax.crypto.Cipher.wrap(DashoA13*..)
    Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_MECHANISM_INVALID
    at sun.security.pkcs11.wrapper.PKCS11.C_WrapKey(Native Method)
    at sun.security.pkcs11.P11RSACipher.engineWrap(P11RSACipher.java:391)
    ... 3 more
    Error: java.lang.Exception: Could not wrap the key: wrap() failed
    java.lang.Exception: Could not wrap the key: wrap() failed.
    If any patch is required for solaris sparc 10. Thanks

    Obviously Sun (excuse me, Oracle) does not intend to support the solaris-10/sparc/firefox-3.6 combination. Firefox 3.6 requires the NPAPI and/or NPRuntime interfaces to java, but oracle does not provide the new "libnpjp2.so" java plugin with the jre-6u18-sparc-solaris java download.
    A search at www.oracle.com does not turn up any support announcement about this. You have to learn it the hard way. :(
    If you want to continue to use sparc-solaris, downgrade to firefox-3.5 so you can use the old libjavaplugin_oji.so module. Otherwise run Linux or Mac OS X to stay in the unix camp.

  • Solaris 11.1 64bit Install freezing after GRUB selection

    All,
    I am in the process of creating a DEV box for hosting my projects and I am wanting to install Solaris 11.1 onto a Lenovo Desktop PC .
    PC Details:
    Lenovo M92p Thinkcentre 3227
    Intel Core i5 3rd Gen
    4Gb Ram
    500gb HDD
    Technical Specs
    http://support.lenovo.com/en_GB/product-and-parts/detail.page?DocID=PD024409
    Currently the system has a OEM version of Windows 7 installed on it.
    So I downloaded the latest Live image of Solaris from Oracle and burned it using Windows burn utility.
    I then boot the DVD using UEFI mode and the GRUB menu displays all the various options to start the Solaris install process.
    No matter which option I choose the install hangs on the black screen saying the OS version and the Copyright notice.
    The text cursor is not blinking (has it crashed?)
    I found this screenshot which shows what I get (note screenshot is from VM)
    http://virtuallyfun.superglobalmegacorp.com/wordpress/wp-content/uploads/2011/11/Oracle-Solaris-11.png
    Things I have done:
    Flashed the BIOS to latest version
    Tried booting solaris from a live usb
    Reburned the solaris iso image
    Waited an hour to see if it progresses
    Things I am going to do:
    Use a different ISO utility
    Test if Linux can boot from PC
    Any ideas?

    Thanks for your response,
    I should have updated this thread.
    Unfortunately Lenovo put a "bug" in their UEFI control that allows only "Windows" and "Red Hat Linux" to boot.
    Any other OS with a string in the UEFI identifier that does not match this will not boot.
    When I say it is a bug, Lenovo have in the past got a reputation for using Safe boot to limit non Windows OS's from starting on a machine.
    Check out the article I read here:
    http://mjg59.dreamwidth.org/20187.html

  • Oracle Solaris 10 x86 64bit Client Installation Possibly Missing A File

    Does anyone know if the download at:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201solx8664soft.html
    named:
    10201_client_solx86_64.zip (551,795,800 bytes) (cksum - 2931690409)
    Should have a file named oraparamsilent.ini?
    The equivalent 32 bit zip does have the file and it is referenced in the 64 bit installation documentation.

    Hi Timothy
    In the case that you need to do a silent installation then yes you will need the file
    oraparamsilent.ini
    Read the following documentation
    http://download.oracle.com/docs/html/B12087_05/app_nonint.htm

  • Boot failure Solaris 10u7 + HP DL160

    Hi,
    My system is unable to boot after a fresh install. When I choose the "safe mode" in GRUB, I can boot to a console. When I try to boot normally, the system hangs after the console displays the line, "Configuring devices."
    When I add "-kv -m verbose" to the kernel parameters in GRUB, I see the following output:
    Configuring devices.
    ISA-device: asy0
    asy0 is /isa/asy@1,3f8
    pseudo-device:pseudo1
    pseudo1 is /pseudo/zconsnex@1
    The boot does not progress past that point. Similar results are observed on OpenSolaris 2009/06
    The DL160 requires third party drivers for the disk controller and network interface. I've only installed the driver for the disk controller as I'm not interested in networking this system yet.
    Any advice? This failure seems to be related to scanning the PCI bus. Is there any way to tell which device is causing the system to hang?
    Thanks,
    Russ

    According to the "FAQ on rootnex bind warning"...
    http://groups.yahoo.com/group/solarisx86/message/16887
    ... this is a bug in the "bcme" driver. The FAQ lists a way to
    suppress the warning and return a "success" result from
    dma__bind() anyway, but I think this could lead to data
    corruption.
    I'd try to remove Broadcom's driver, and use Sun's "bge" driver
    for Broadcom BCM57xx NICs instead (I'm assuming Sun has
    fixed their "bge" driver and handles dma__bind() failures).
    To use Sun's bge driver you probably have to install a pci device
    alias to /etc/driver_aliases for your Broadcom NIC:
    http://www.sun.drydog.com/faq/s86faq.html#6.7

  • DB migration from RHEL 5 to Solaris x86(64bit)

    DB version : 11.1.0.7
    Platform : RHEL 5 (64bit)
    We would like to move our non-ASM 11.1 DB which is currently in Linux (RHEL 5) to Solaris 10 x86 (64bit).
    Both RHEL 5 (64bit) and Solaris x86 (64bit) are of LITTLE ENDIAN format.
    1. I gather that I have to use RMAN's CONVERT DATABASE for this. Any Metalink note or URLs relevant to this migration ?
    2. Would the migration be easier if my DB was in 11.2 ? I could upgrade my DB to 11.2 if there are any advangtages from migration point of view?

    You can use transportable tablespace option to move database accross platforms.
    First, you must check tablespace dependecies.
    Check whether your tablespace can transfer or not?
    SQL> exec dbms_tts.transport_set_check('TEST_TS',TRUE);
    SQL> select * from transport_set_violations;
    set status of tablespace which you want to move to Read-only.
    SQL>alter tablespace test_ts read only;
    Convert datafiles of tablespace
    RMAN> convert tablespace test_ts to platform 'HP-UX (64-bit)' format='/tmp/test01.dbf';
    Export tablespace metadata using data pump export
    expdp talip/talip directory=dump_dir dumpfile=test_ts.dmp transport_tablespaces=test_ts
    copy datafile of tablespace to another db.
    Import metadata to another db.
    impdp talip/talip directory=dump_dir dumpfile=test_ts.dmp transport_datafiles=/data1/testts01.dbf
    Talip Hakan Ozturk
    http://taliphakanozturken.wordpress.com/

  • Weblogic 10.3.0 on Solaris 10 Sparc

    Hello,
    Need Help!!!!
    I have installed WL 10.3.0 on Solaris 10 Sparc 64bits and i have this Error:
    <May 31, 2010 6:51:56 PM WEST> <Warning> <Socket> <BEA-000444> <Could not load the performance pack that can take advantage of /dev/(e
    )poll device due to:
    java.lang.NegativeArraySizeException.
    Will attempt to use the performance pack that does not depend on /dev/(e)poll device.>
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xffffffff08b04e68, pid=5539, tid=74
    # JRE version: 6.0_20-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode solaris-sparc )
    # Problematic frame:
    # C [libmuxer.so+0x4e68]
    # An error report file with more information is saved as:
    # /app/weblogic/domains/smpftth/hs_err_pid5539.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Does any one knows how to help me?

    Here is the text from the download site from 10.3.3 that applies to 10.3.0 as well:
    Note: This table includes links to WebLogic Server installers that include 32-bit JVMs for the platform
    in question, and links to WebLogic Server generic installers that can be used on any supported platform.
    To use WebLogic Server with 64-bit JVM's on Linux and Solaris or to use WLS on other supported
    platforms, use the WebLogic Server generic installer listed under "Additional Platforms". The generic
    installers do not include a JVM/JDK. For instructions on using the generic installers, see this document.
    So regardless whether the OS is 64bit or not, you need to select the installer on whether you are running WebLogic Server in a 32bit JVM or a 64bit JVM. If you run in a 32bit JVM, you can use the 32bit binary installer for Solaris that has a .bin extension. If you are going to run a 64bit JVM, then you need to download the "generic" .jar installer and separately download the supported 64bit JDK and follow the instructions similar to this, but for 10.3.0.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14142/guimode.htm#BABGFAAF
    On edelivery.oracle.com, select Oracle Fusion Middleware, then Oracle® Application Server 10g Release 3 (10.1.3) Media Pack for Oracle Solaris on SPARC (64-bit)
    32bit native Solaris installer for 10.3.0 is Part Number V13618-01
    64bit generic installer for 10.3.0 is Part Number V13672-01

Maybe you are looking for

  • Error occured when upgrading  PI (7.0) system  from SP10 to SP 20.

    We have upgrade our PI (7.0) system  from SP10 to SP 20. Here the proxy is used to update the database. Itu2019s failing at the synchronous proxy when XI is sending data to Proxy. Problem still exists even after regenerating the proxy. The following

  • Can I access printer from two computers?

    I would like to print wirelessly from my new Windows laptop to the printer which is currently connected by USB cable to my iMac. I tried the Netgear boards first but the response they supplied was Windows-specific. The PC is connected wirelessly via

  • Reading computer name and windows loginname

    Hi All: I want to read windows login name and the computer name of the person browsing the web page. How I can do this in jsp/servlet/javascript. I tried in applet but I cannot read that because of no permissions. Thanks,

  • Sqlplus to connect to remote oracle database server

    Hi, I have oracle 10g database server on solaris 10 and I usually connect using my solaris account and run sqlplus on the server itself. this works ! I have downloaded and installed oracle instant client for solaris 64 and I can run sqlplus command b

  • Yahoo bizmail setup

    hello folks I recently set up a yahoo business mail account to coincide with my new website. I set it up in mail according to the pop mail settings for " other mail servers" no support for mail. anyways the setting are as follows type: POP Name: Dan