Installing PHP on Solaris w OHS and OCI

Hey All,
I'm trying to compile PHP 4.3.6 to work with a 9iAS instance on Solaris 8.
I have followed http://otn.oracle.com/products/ias/ohs/htdocs/php_instructions_for_ohs.htm but have had no success as yet. The two issues so far are:
when running -
bash-2.03$ ./configure with-apxs=$ORACLE_HOME/Apache/Apache/bin/apxs prefix=$ORACLE_HOME --with
-config-fil-path=$ORACLE_HOME/Apache/Apache/conf
I get this error:
Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... configure: error: You have enabled Ap
ache 1.3 support while your server is Apache 2. Please use the appropiate switch --with-apxs2
Also, when I just try to configure for OCI support (to isolate issues) I get -
./configure --with-oci8=$ORACLE_HOME
result after make -
gcc: ext/ctype/ctype.o: No such file or directory
gcc: ext/mysql/php_mysql.o: No such file or directory
gcc: ext/mysql/libmysql/libmysql.o: No such file or directory
gcc: ext/mysql/libmysql/errmsg.o: No such file or directory
gcc: ext/mysql/libmysql/net.o: No such file or directory
gcc: ext/mysql/libmysql/violite.o: No such file or directory
gcc: ext/mysql/libmysql/password.o: No such file or directory
gcc: ext/mysql/libmysql/my_init.o: No such file or directory
*** Error code 1
make: Fatal error: Command failed for target `sapi/cgi/php'
any help would be greatly appreciated.
Thanks
Mark

Hi Marc
I had the same problems! But now, i could "configure" and
"make" without errors (but some warings).
What i did:
1. Make some changes in .../php-4.3.6/configure
# APACHE_VERSION=`expr $4 \* 1000000 + $5 \* 1000 + $6`
APACHE_VERSION=1003026
Because httpd -version gives "Oracle9iAS/9.0.2.3.0 Oracle HTTP Server" back instead of " Apache/1.3.26 (Unix)".
2.) Comment out in
$ORACLE_HOME/Apache/Apache/include/httpd.h
/* #include "ap_oracle_version.h" */
3.) Comment out in
$ORACLE_HOME/Apache/Apache/include/http_log.h
/* #include "http_oralog.h" */
Mayby you could try, if this solves your problem to.
Regards
Felice

Similar Messages

  • PHP in Solaris 10 and Non-Global Zones: Problem of performance?

    Hi friends
    We are feeling a poor performance with applications developed with PHP in Solaris 10, with non-global and global zones, while Intel platform (Xeon and Pentium), performance is very good. Difference between both platforms is about 200% aprox, one second in Intel to 9, 12 or 20 seconds in Solaris depending of model.
    Our tests were developed in:
    1. SF T2000 server Solaris 10 global zone
    2. SF T2000 server Solaris 10 non-global zone
    3. SF280R server Solaris 10 non-global zone
    4. V240 server with 1 GB memory, 1*US III-i 1.0 GHz and Solaris 9 (really this version for test and comparisons)
    5. V240 server with 8GB memory, 2*US III-i 1.5Ghz and Solaris 9 (really this version for test and comparisons too)
    Intel platforms were:
    1. Intel Pentium 4 2GHz 2GB memory, Linux Fedora and PHP 4.4.4
    2. Intel Xeon 2 core, 2.33GHz 2GB memory, Linux Fedora and PHP 4.4.3
    Versions of products are:
    1. Solaris 9 or Solaris 10
    2. PHP 4.4.7 downloaded from http://www.php.net/downloads.php
    3. Apache 2.0.59
    4. MySQL 4.1.15-log
    Our php compilation and installation were:
    ./configure --prefix=/usr/local/php-4.4.7 \
    --with-pear \
    --with-openssl=/usr/local/ssl \
    --with-gettext \
    --with-ldap=/usr/local \
    --with-iconv \
    --enable-ftp \
    --with-dom \
    --with-mime-magic \
    --enable-mbstring \
    --with-zlib \
    --enable-track-vars \
    --enable-sigchild \
    --disable-ctype \
    --disable-overload \
    --disable-tokenizer \
    --disable-posix \
    --with-gd \
    --with-apxs2=/usr/local/apache2.0.53/bin/apxs \
    --with-mysql  \
    --with-pgsql \
    --with-oci8=/oracle/product/9.2.0 \
    --with-oracle=/oracle/product/9.2.0  \
    --with-png-dir=/usr/local \
    --with-zlib-dir=/usr/local \
    --with-freetype-dir=/usr/local \
    --with-jpeg-dir=/usr/local
    make
    make install
    Questions:
    Is there any problem of PHP with SunFire T2000 servers or 64-bits platforms?
    Is there any flag of PHP would be use to compilarion PHP in 64-bits or multithread?
    I wait for any comments or suggestions about our problem with PHP compilation and performance in Solaris 10. Thanks a lot.
    Sergio.

    I presume you compiled php on the Sun server, was this done using gcc or the Sun One C compiler.
    If the latter then you can also use the flag: --enable-nonportable-atomics when you run configure                                                                                                                                                                                                                                                                                                                                                                                                   

  • PHP and OCI-Lob::read from oracle clob

    I'm having a weird problem with PHP and the OCI-Lob::read method.
    We have a page that connects to the database and pulls all the other fields out with no problems. However, it when it comes to the clobs, only a small portion of the actual data is retrieved.
    The code uses:
    $content= $features[14]->read(2000); echo $content;
    And we're getting a tiny section of the field returned (only about 185 out of a total 553 chars). The really strange thing is that no matter what the length specified is - it still only returns a small section - and the cut off seems to actually be 549 bytes/chars - anything below the read(length) specified as 549 shortens the returned string (even though what is returned is far less the 549 chars) but anything over 549 makes no difference.
    Additionally, we've used the OCI-Lob::load method with exactly the same results where only a portion of the actual contents of the clob field is returned.
    Any ideas what could be causing this?
    PHP version is 5.1.6
    RDBMS is 11.2.0.4.2
    Following shows OCI config via phpinfo()
    oci8
    OCI8 Support
    enabled
    Revision
    $Revision: 1.269.2.18 $
    Active Persistent Connections
    1
    Active Connections
    1
    Oracle Instant Client Version
    10.2
    Temporary Lob support
    enabled
    Collections support
    enabled
    Directive
    Local Value
    Master Value
    oci8.default_prefetch
    10
    10
    oci8.max_persistent
    -1
    -1
    oci8.old_oci_close_semantics
    0
    0
    oci8.persistent_timeout
    60
    60
    oci8.ping_interval
    60
    60
    oci8.privileged_connect
    Off
    Off
    oci8.statement_cache_size
    20
    20

    Your version of OCI8 corresponds to PECL OCI8 1.2.1, which is very old.  You can see the subsequent fixes in the changelog PECL :: oci8 Changelog In particular there have been a number of LOB changes.
    I would start by upgrading. Ideally you would use PHP 5.5 with PECL OCI8 2.0.8 and Instant Client 11.2.0.4.  Otherwise just upgrade to PECL OCI8 1.4.10 and Instant Client to 11.2.0.4.  The following instructions should help: Installing PHP and the Oracle 11g Instant Client for Linux and Windows
    I am suggesting using PECL OCI8 because it is more recent than the OCI8 in the PHP 5.1.x - 5.5.x bundles.  PHP 5.6 natively has OCI8 2.0 but you may not want to upgrade an existing site to PHP 5.6 until this branch of PHP has matured.

  • How to install Dual OS(solaris 10 and Windows XP)?

    I have got a 80 gb sata hard disk and i am not able to install Dual OS(solaris and Windows XP ) on it.My Partitions are as follows:
    Primary partition-5GB
    Remaining are extended Partition.
    Extended partition details
    8 gb NTFS partition(installed windows XP)
    7 gb NTFS partiton(No data in it)
    20 gb NTFS partition(No data in it)
    20 gb NTFS partiton(has data in it)
    15 gb RAW partiton
    I first installed Windows xp on 8 gb Extended partiton.Then when i installed Solaris i could see only 2 partitons.One with the 5 gb and the other with the 71 gb.I actually wanted to install my solaris on the 15 gb Raw partition.Since i could not see the partition(15 gb Raw) i installed solaris on the 5 gb partition.Now when the comp boots it goes to solairs os only.i dont have the option to choose windows at all.
    could any one of you explain me how the partitions are supposed to be and how could i make it as a Dual OS.
    Saravanan
    Message was edited by:
    SaravananMandala

    Windows uses the primary partiton for boot, too, even if you installed it on the NTFS volume in the extended partition. Wherever you install Windows, it will need the primary partition for booting. You can never boot from Windows extended partitions
    As for the 15Gb raw partition, it look like what you call 'RAW partition' is actually just a small little part inside the extended partition. All your NTFS partitions (and your RAW partiton) are logical volumes and they all reside inside the extended partition. Even though Windows sees them as separate drives, each with its own drive letter, just as it sees the primary partition.
    You may try do use Windows fdisk or diskpart to delete the last logical volume in the extended partition, and then get the ntfs resize tool from Linux, or the CD1 from the Debian Linux install CDs, which has it included and accessible with a nice user interface, and resize your extended partition.
    I don't know if it works, I only used it to also resize some logical volume inside the partition. ntfs resize tool might not be easy to work with, you will need to read its documentation, but it does resize NTFS partitions (I have seen it).
    If it works, then you will have your 15Gb as unallocated space available for a new partition. Let the Solaris installer create this new partition automatically during install.
    Timothy Madden,
    Romania

  • Installing 11i on Solaris and migrating 8.0.5 to new 8.1.6 database

    I've installed 11i (several times) on a new Sun solaris server. I also selected it to install a fresh database. On another server we have 11.0 and 8.0.5 database. We are using a new server to install 11i and we want to move our database over. I managed to transfer all database files over to the new server and upgrade to 8.1.6 (succeeded)
    How do I proceed now to get the 11i applications to use the database i've transferred over. Is this possible??? Can't find any clear documentation on how to merge this database into the applications 11i.
    Thanks
    null

    Gina, I am attempting something similar... but it involves moving an exisiting installation from HP-UX to Solaris, so I cannot move the datafiles... If I run into a method that helps both of us, I will let you know... as of now, I am installing fresh on Solaris and going to try to run upgrade scripts on existing 10.7 and exp/imp into the new instance on 11i (Solaris).
    Let me know of anything you find out that could help me, and I will do the same...
    thanks
    dns

  • Help for Installing PHP and Sun One Web Server

    Hi
    I tried to install PHP 5.1.4 and Sun One Web Server 6.1. I am not able to complete this and got stuck. All the available materials in net seems to flow above my head.
    It will be very helpful if someone could let me know the step by step configuration a bit brief for the same.
    Thanks in advance
    Kathirvel Balakrishnan

    Hi Craig
    I am following these steps,
    1st step : Installing PHP on the WindowsNT server (NT users only)
    Copy the php files on your server
    Get the php zip file
    Copy the php files under a directory (for example : d:php4)
    (be careful don't use c:Program Filesphp because of the space between Program and Files
    copy php4ts.dll to c:winnt and msvcrt.dll if you don't already have it on your system
    Edit php.ini-dist
    rename php.ini-dist to php.ini
    Edit php.ini : Indicate in which directory you have copied youre php files. (extension_dir = d:php4extensions ; directory in which the loadable extensions (modules) reside.)
    copy php.ini in winnt directory (php.ini is parsed in my config)
    Matthias Kramer told me that he had to move php.ini to <path-to-netscape-server>/https-servername/config for it to be parsed
    Make a file association under Windows NT
    In a DOS Window, type assoc .php=PHPScript
    ftype PHPScript=d:php4php.exe %1 %*
    Test the 1st step
    Create a C:test.php file with a single line like <? echo("Nothing to write"); ?>
    Create a C:test.bat file with 2 lines test.php
    pause
    double-clic on test.bat
    If you see something like X-Powered-By: PHP/4.0.3
    Content-type: text/html
    Nothing to write
    then the NT association works!!
    2nd step : Configuring Netscape Enterprise Server or iPlanet for PHP4 with nsapi (NT & UNIX)
    Unix users only
    Compile PHP as follows: ./configure --with-nsapi=/usr/local/netscape/server4 --enable-libgcc
    make
    make install
    Add LD_LIBRARY_PATH=<libdir> to your Netscape server startup script
    where <libdir> is the full path to the directory where libstdc++.so.2.10.0 is located (usually /usr/local/lib)
    Add a mime-type to the Netscape Server
    In the Netscape Administration console chose Preferences|Mime Types
    Add a new type called magnus-internal/x-httpd-php for exts=php
    Click here for screenshot
    Stop your Web Server
    Make a copy of obj.conf located in: <path-to-netscape-server>/https-servername/config
    Modify obj.conf
    There are several section in obj.conf
    At the end of the Init section of obj.conf (necessarely after mime type init),
    place this two lines For NT users
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="d:/php4/sapi/php4nsapi.dll"
    Init fn="php4_init" errorString="Failed to initialise PHP!"
    For Unix users
    Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_trans" shlib="/usr/local/netscape/server4/bin/libphp4.so"
    Init fn="php4_init" errorString="Failed to initialise PHP!"
    In The < Object name="default" > section,
    place this line (necessarely after all 'ObjectType' and before all 'AddLog' lines) Service fn="php4_execute" type="magnus-internal/x-httpd-php"
    Add a new object called x-httpd-php <Object name="x-httpd-php">
    ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
    Service fn=php4_execute
    </Object>
    Restart your Web Server
    Test the 2nd step
    Put the test.php file in the document root of your server
    Then type http://server/test.php
    If you can see "nothing to write" in your browser then it works!
    AS mentioned in step 1,
    I am not getting the PHP message.
    I am installing it in my laptop, it has no IP, is that has to do something with this.
    Please guide me from here.
    Thanks in advance
    Kathirvel

  • Need 11gr2 RAC install Guide on Solaris 10 x86 using containers and NFS

    I'm looking for an 11gr2 RAC install Guide on Solaris 10 x86 using 2-3 containers. I need to have the NFS server reside in the global zone or on a 3rd container visable to the two rac containers.
    Please share me installation guide!
    Thank you!
    PS - I currently have run into an install issue -
    Can't change ownership on /oracle/products/11.2.0/ocr/: not owner at /oracle/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 5014.
    I suspect the NFS share params from the NFS server in the global zone are not 100% correct to the two rac zones/containers.

    Have you visited Oracle Support Services website (formerly metalink) to determine if your desired configuration is supported?
    Last time I looked it was not.
    That said Oracle database installation guides are fully documented online.
    http://www.oracle.com/technetwork/database/enterprise-edition/documentation/database-093888.html

  • PLease help!! cannot make install php with oci8 instant client

    Cannot make install :
    Installing PHP SAPI module: cgi
    Installing PHP CGI into: /usr/local/bin/
    Installing PEAR environment: /usr/local/lib/php/
    ld.so.1: php: fatal: libnnz10.so: open failed: No such file or directory
    *** Error code 137
    The following command caused the error:
    /home/dmitriy/install/php-4.4.4/sapi/cli/php -n -dshort_open_tag=0 -dopen_basedir= -dsafe_mode=0 -dmemory_limit=-1 /home/dmitriy/install/php-4.4.4/pear/install-pear.php -d "/usr/local/lib/php" -b "/usr/local/bin" /home/dmitriy/install/php-4.4.4/pear/packages/*.tar
    make: Fatal error: Command failed for target `install-pear-packages'
    Current working directory /home/dmitriy/install/php-4.4.4
    *** Error code 1
    The following command caused the error:
    if /home/dmitriy/install/php-4.4.4/build/shtool mkdir -p /usr/local/lib/php; then \
    make -s install-pear-packages; \
    else \
    cat /home/dmitriy/install/php-4.4.4/pear/install-pear.txt; \
    exit 5; \
    fi
    make: Fatal error: Command failed for target `install-pear'
    LD_LIBRARY_PATH is set where i unziped oracle client instantclient
    debug.log
    CONFIGURE: './configure' '-with-oci8-instant-client=/home/dmitriy/instantclient_10_2'
    CC: gcc
    CFLAGS: -g -O2
    CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS
    CXX:
    CXXFLAGS:
    INCLUDES: -I/home/dmitriy/instantclient_10_2/sdk/include
    LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3 -L/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3 -R/home/dmitriy/instantclient_10_2 -L/home/dmitr
    iy/instantclient_10_2
    LIBS: -lresolv -lm -lnsl -lsocket -lgcc -lclntsh
    DLIBS:
    SAPI: cgi
    PHP_RPATHS: /usr/ucblib /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3 /home/dmitriy/instantclient_10_2
    uname -a: SunOS solaris 5.10 Generic_118855-33 i86pc i386 i86pc
    gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3 -L/usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3 -R/home/d
    mitriy/instantclient_10_2 -L/home/dmitriy/instantclient_10_2 conftest.c -lresolv -lm -lnsl -lsocket -lgcc -lclntsh 1>&5
    ld.so.1: conftest: fatal: libnnz10.so: open failed: No such file or directory

    Please grab the "re-factored" oci8 code from http://pecl.php.net/package/oci8. The version of oci8 distributed with PHP 4 should be avoided. Replace the PHP 4.4 ext/oci8 directory completely with the new package, run buildconf --force and then configure/make etc.  Note the configure option for instant client has changed:
    --with-oci8=instantclient,/usr/lib/oracle/10.2.0.3/client/lib
    -- cj

  • I am trying to install an update of Microsoft office and I get a message that says.  This application must be closed ETC.....   I am running Parralell and I think it is there.  The two programs are "Microsoft Database Daemon" "SyncServicesAgent"....

    I am trying to install an update of Microsoft office and I get a message that says.  This application must be closed ETC.....   I am running Parralell and I think it is there.  The two programs are "Microsoft Database Daemon" "SyncServicesAgent".  How do I close these programs?

    If the Office updates have to be run through Win in Parallels, there's not really a section here that covers that , because Neither Office or Parallels are Apple products. There is only a small chance that you'll find someone with BOTH your conditions who just happend to look into a forum on older iMacs.
    Parallels has a forum here:
    http://forum.parallels.com/forum.php
    I think you'll get a faster response there.

  • Failed to install php-oci8 with instant Client for linux 64

    Hello,
    I have a 64-bits Linux box with RHEL4, and PHP version has been upgraded from 4.3.9 to 5.1.6. I try to make the connection to remote oracle server.
    I download instantclient-basic-linuxppc-10.2.0.2-20060327.zip , and follow the instruction to
    install it.
    But when i try to install php-oci8*.rpm, no matter which i use:
    php-oci8-5.1.6-1.el5.i386.rpm or php-oci8-4.3.9-2.2.el4.i386.rpm
    The installation always failed due to dependencies errors with oracle instant client.
    I also tried with some other packages like: php-oci8-4.3.9-3.el4.x86_64.rpm
    All my tries gave me dependency errors.
    sometime like:
    error: Failed dependencies:
    libclntsh.so.10.1 is needed by php-oci8-5.1.6-1.el5.i386
    oracle-instantclient = 10.2.0.3 is needed by
    php-oci8-5.1.6-1.el5.i386And I cannt find the right RPM for oracle instant client for linux 64 bits box, and php-oci8 5.1.6 64 bits.
    I have been trying on this problem for more than one week, and so frustrated. I will appreciate if I can be guide on this issue.
    Thanks in advance!

    See my followup to your duplicate post in the PHP forum

  • Cant install agent11g on Solaris 9

    Hi
    I do have problem installing agent on solaris 9 64 bit.
    I tried tree ways - pushing agent from OMS, downloading agent using agentDownload and cloning agent from almost identical machine.
    Installation script start failing on the linking step giving errors about not being able to link. All prerequisites for agent are met.
    The third solution works until starting agent.
    Agent doesn't start throwing an error:
    emctl start agent
    ld.so.1: /export/home/oracle/agent11g/perl/bin/perl: fatal: attempt to open file with null name
    Killed
    If I execute this being in AGENT_HOME directory but using emctl.pl:
    bash-2.05$ perl ./bin/emctl.pl start agent
    Can't locate lib.pm in @INC (@INC contains: ../lib/5.10.0/sun4-solaris-thread-multi-64 ../lib/5.10.0 ../lib/site_perl/5.10.0/sun4-solaris-thread-multi-64 ../lib/site_perl/5.10.0 ../lib/5.10.0 ../lib/5.10.0/sun4-solaris-thread-multi-64 ../lib/site_perl .) at ./bin/emctl.pl line 201.
    BEGIN failed--compilation aborted at ./bin/emctl.pl line 201.
    If I go to perl/bin directory and execute the same, adjusting paths:
    bash-2.05$ cd perl/bin
    bash-2.05$ perl ../../bin/emctl.pl start agent
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/sysman/emSDK/conf/TargetInstaller (Unsupported major.minor version 50.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:509)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:246)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
    EM Configuration issue. not found.
    Can someone help me with this?
    Thanks
    EDIT: during linking I get this error:
    INFO: ld: fatal: library -lclntsh: not found
    Edited by: Jarek Jozwik on 10-Feb-2011 08:50
    I do also get those errors:
    INFO: /export/home/oracle/agent11g/bin/genoccish
    INFO: ld: fatal: relocation error: file /export/home/oracle/agent11g/lib/libocci11.a(occiSQLExceptionImpl.o): section .rela.text: invalid
    relocation type: 0x52
    INFO: ld: fatal: relocation error: file /export/home/oracle/agent11g/lib32/libocci11.a(occiSQLExceptionImpl.o): section .rela.text: inval
    id relocation type: 0x52
    INFO: /export/home/oracle/agent11g/bin/genagtsh /export/home/oracle/agent11g/lib/libagtsh.so 1.0
    INFO: ld: fatal: relocation error: file /export/home/oracle/agent11g/lib/shoc.o: section .rela.text: invalid relocation type: 0x52
    INFO: ld: fatal: relocation error: file /export/home/oracle/agent11g/lib32/shoc.o: section .rela.text%shocodat_os_date_to_julian: invalid
    relocation type: 0x52
    Edited by: Jarek Jozwik on 10-Feb-2011 08:59

    Hi Jarek,
    I do not know to much about Solaris but this note (the truss command) cold give you a clue what is going on: 11g Grid Agent: Executing emctl Fails with 'Segmentation Fault' on Solaris 5.9 (Update 2) [ID 1140615.1]
    Also: 11gR1 on Solaris failing at relink phase with errors like "ld: fatal: relocation error" and then "ld: fatal: library -lclntsh: not found" [ID 848700.1] could be of help regarding the link (lclntsh) error.
    Eric

  • 9i iAs install on same Solaris box w/8.1.6.0.0

    What torture!
    I installed Oracle 8.1.6 on a Solaris 2.7 Enterprise 250 w 512 meg Ram.
    Installed in the ORACLE_HOME /atl/ora816
    And established a new user 'oracle'
    to own the database, and the group 'oinstall'.
    After that tried to install the 9i iAs on the same box the following times:
    1) Try number one: created a new user, 'ias' to own the new ORACLE_HOME, '/pac/ias', into which I installed the HTTP_Server only business; the iAS installer failed to install the portal repository on the main database. It also failed to install the owa_htp or owa_util packages. Gave errors with the 'nngt.o' in makefile during construction. So I uninstalled (at which point curiously it runs the Portal install program, NOT during installation), erased, etc and tried
    2) using the same oracle user as the main database installation, with a new ORACLE_HOME, /pac/ias, gave it a nice big TMP directory setting to install. Had similar errors. Uninstalled, erased, attempted
    3) Using the same ORACLE_HOME as the main database installation. Got an error; tried to run svrmgrl got an error that libswctl.so or somesuch was not found; erased everything dealing with Oracle, looked at Microsoft SQL server product offering. Giving one more good go at installing the database from scratch and then the iAs. What am I doing wrong here, what is the correct way to do it? I just want to serve a web page with mod_plsql, not much, but I have to install 1.8 gigs of confusing and vaguely documented software to get there?

    Hi,
    The upgrade from 8.1.6 to 9.2 with full export method doesn't work, and it seems normal if we read the metalink note 132904.1 about Compatibility Matrix for Export & Import Between Different Oracle Versions.
    Try an export/import schema level.
    Nicolas.

  • How do i install php on my mac pro os x lion

    I want to install php on my macbook pro that currently runs os x lion.

    It is built-in to every web browser.   Look in your browser preference to make sure it is turned on, and make sure you are using the most current version of the browser.   Mind you some scripts depend on Microsoft's ActiveX, which is not supported by Mac OS X.  For those, see this tip:
    https://discussions.apple.com/docs/DOC-2741

  • How do I install php GD libray on Leopard 10.5.8?

    How do I install php GD libray on Leopard 10.5.8?
    I know there are a bunch of places on the internet that will help but they probably just want to open the door to attack my server. I don't want that - I want to command line it into Terminal myself.
    A related question: Why is the GD library not installed to begin with? It's an incredible tool but now people in my field are being LURED into installing GD libraries from 3rd parties into their command-line (from seemingly "friendly" coding forums they find on google). They think "I've done command-line maybe 5-10 times in my life - I can handle this." so they do it - but it's not their fault - they're just trying to get their job done. How does Apple feel about their servers being hijacked like this?
    Sorry for the double-post but I called my OS "tiger" in the title.

    I tried the malisphoto.com solution it but it didn't work for me.
    I even tried the one at entropy.com but that also didn't work.
    I was very careful and successful in the command line (bash) and afterwards, phpInfo() showed that the GD library was installed, however, my localhost GD (gif draw) scripts still kept showing the same old error messages on my localhost (and not online): "Fatal error: Call to undefined function imagecreatefromgif()"
    Perhaps I'm just wrong to think PHP GD will work on my localhost pages after performing these installations - perhaps I'm misunderstanding something? Am I'm trying to change a light-bulb with a jack-hammer?
    I should also point out that both solutions made my localhost run extremely slow. After restoring my system, it's all working fine (but without php GD).
    My system is a Power Mac 10.5.8 Leopard
    This is really lame. Is Apple trying to shut out PHP now? Is PHP the new "Flash"?

  • Solaris 8 x86 and 10 x86 differences

    I have a device driver that works on Solaris 8 x86. I installed this same device driver on a box with Solaris 10 x86. Under Solaris 10 x86 I get a message "WARNING: minor name <tec
    _0> is not compatible network driver name <tec>". Also, opening the device under Solaris 10 x86 will cause the OS to quit responding. Where can I find a list of differences between Solaris 8 x86 and Solaris 10 x86?
    Thanks.
    David

    Another way to install Matrox G550 is to Install AcceleratedX from www.xig.com
    It supports a lot of graphic card and it also supports hardware acceleration for OpenGL
    BUt obviously its not free :(

Maybe you are looking for