Node Installed Libraries

Hi guys,
When you deploy a library using Forte, if automatically updates the
"Installed Libraries" list of the target node. However, not always. My
question is, why? What property determines if a library should appear in
this list or not. Of course, you can always add or remove it manually. But
why doesn't it work the same automatically for all libraries.
Pascal Rottier
Origin Nederland (BAS/West End User Computing)
Tel. +31 (0)10-2661223
Fax. +31 (0)10-2661199
E-mail: Pascal.Rottiernl.origin-it.com
++++++++++++++++++++++++++++
Philip Morris (Afd. MIS)
Tel. +31 (0)164-295149
Fax. +31 (0)164-294444
E-mail: Rottier.Pascalpmintl.ch

Hi guys,
When you deploy a library using Forte, if automatically updates the
"Installed Libraries" list of the target node. However, not always. My
question is, why? What property determines if a library should appear in
this list or not. Of course, you can always add or remove it manually. But
why doesn't it work the same automatically for all libraries.
Pascal Rottier
Origin Nederland (BAS/West End User Computing)
Tel. +31 (0)10-2661223
Fax. +31 (0)10-2661199
E-mail: Pascal.Rottiernl.origin-it.com
++++++++++++++++++++++++++++
Philip Morris (Afd. MIS)
Tel. +31 (0)164-295149
Fax. +31 (0)164-294444
E-mail: Rottier.Pascalpmintl.ch

Similar Messages

  • RE: (forte-users) Node Installed Libraries

    If you use Forte, the solution is to patch compcomp, or add a 'post-distrib'
    script.
    compcomp:
    replace the -L/path/file by -L/path -l:file
    Add -Wl,+s in link command
    post-distrib:
    # Enable SHLIB_PATH
    for all binaries,
    chatr +s enable $bin
    done
    # Enable dyunamic libs for all static
    Libs=$(cahtr $bin | grep ^static)
    for aLib in $Libs ; do
    chatr $bin +s enable -l $aLib
    done
    cheers
    j-paul
    -----Message d'origine-----
    De: kelsey.petrychynsasktel.sk.ca
    [mailto:kelsey.petrychynsasktel.sk.ca]
    Date: lundi 18 septembre 2000 18:36
    À: David McPaul; Rottier.Pascalpmintl.ch
    Cc: forte-userslists.xpedior.com
    Objet: RE: (forte-users) Node Installed Libraries
    Libraries have been a sore point with us too....
    When we build something that uses a user created or third party
    library the
    explicit directory path is hard-coded into the build.
    So when you deploy the application to a different machine there
    is much grief
    because the build can't find the library.
    We got around this by "fooling" the build. We used directory
    creation and soft
    links in Unix so that the library appears to be in the same
    directory on both machines.
    I think this is called Static vs. Dynamic Libraries. We've talked
    to Forte last
    year about this and they indicated that this will be a
    future enhancement. Don't hold your breath though.....
    David McPaul <dmcpaullumley.com.au> on 09/17/2000 07:14:13 PM
    To: "'Rottier, Pascal'" <Rottier.Pascalpmintl.ch>, "'Forte Users'"
    <forte-userslists.xpedior.com>
    cc: (bcc: Kelsey Petrychyn/SaskTel/CA)
    Subject: RE: (forte-users) Node Installed Libraries
    Hi,
    We build here against a standard environment (1 NT server, 1 NT
    modal node, 1 95 modal node)
    I have noticed that forte is very picky about where it deploys
    compiled partitions (and thus libraries). Basically if you
    didn't make your
    distribution against the environment you are installing on then
    the compiled
    partitions don't install and you will need to reconfigure the
    application by
    moving your partitions and libraries to the nodes that they should be.
    Now I expected that would be the case between different
    architectures (UNIX/NT) but I think forte expects you to compile against
    each machine you want to install on.
    Not much help I know.
    Cheers
    David
    -----Original Message-----
    From: Rottier, Pascal [mailto:Rottier.Pascalpmintl.ch]
    Sent: Saturday, September 16, 2000 12:59 AM
    To: 'Forte Users'
    Subject: (forte-users) Node Installed Libraries
    Hi guys,
    When you deploy a library using Forte, if automatically updates the
    "Installed Libraries" list of the target node. However, not always. My
    question is, why? What property determines if a library should appear in
    this list or not. Of course, you can always add or remove it manually. But
    why doesn't it work the same automatically for all libraries.
    Pascal Rottier
    Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    ******This
    e-mail is intended for the use of the individual or entity named
    above and may
    contain information that is confidential and privileged. If you
    are not the
    intended recipient, you are hereby notified that any
    dissemination, distribution
    or copying of this e-mail is strictly prohibited. If you have
    received this
    e-mail in error, please notify us immediately at
    helpdesklumley.com.au and
    destroy the original message. While this mail and any
    attachments have been
    scanned for common computer viruses and found to be virus free,
    we recommend you
    also perform your own virus checking processes before opening any
    attachments.
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    If you use Forte, the solution is to patch compcomp, or add a 'post-distrib'
    script.
    compcomp:
    replace the -L/path/file by -L/path -l:file
    Add -Wl,+s in link command
    post-distrib:
    # Enable SHLIB_PATH
    for all binaries,
    chatr +s enable $bin
    done
    # Enable dyunamic libs for all static
    Libs=$(cahtr $bin | grep ^static)
    for aLib in $Libs ; do
    chatr $bin +s enable -l $aLib
    done
    cheers
    j-paul
    -----Message d'origine-----
    De: kelsey.petrychynsasktel.sk.ca
    [mailto:kelsey.petrychynsasktel.sk.ca]
    Date: lundi 18 septembre 2000 18:36
    &Agrave;: David McPaul; Rottier.Pascalpmintl.ch
    Cc: forte-userslists.xpedior.com
    Objet: RE: (forte-users) Node Installed Libraries
    Libraries have been a sore point with us too....
    When we build something that uses a user created or third party
    library the
    explicit directory path is hard-coded into the build.
    So when you deploy the application to a different machine there
    is much grief
    because the build can't find the library.
    We got around this by "fooling" the build. We used directory
    creation and soft
    links in Unix so that the library appears to be in the same
    directory on both machines.
    I think this is called Static vs. Dynamic Libraries. We've talked
    to Forte last
    year about this and they indicated that this will be a
    future enhancement. Don't hold your breath though.....
    David McPaul <dmcpaullumley.com.au> on 09/17/2000 07:14:13 PM
    To: "'Rottier, Pascal'" <Rottier.Pascalpmintl.ch>, "'Forte Users'"
    <forte-userslists.xpedior.com>
    cc: (bcc: Kelsey Petrychyn/SaskTel/CA)
    Subject: RE: (forte-users) Node Installed Libraries
    Hi,
    We build here against a standard environment (1 NT server, 1 NT
    modal node, 1 95 modal node)
    I have noticed that forte is very picky about where it deploys
    compiled partitions (and thus libraries). Basically if you
    didn't make your
    distribution against the environment you are installing on then
    the compiled
    partitions don't install and you will need to reconfigure the
    application by
    moving your partitions and libraries to the nodes that they should be.
    Now I expected that would be the case between different
    architectures (UNIX/NT) but I think forte expects you to compile against
    each machine you want to install on.
    Not much help I know.
    Cheers
    David
    -----Original Message-----
    From: Rottier, Pascal [mailto:Rottier.Pascalpmintl.ch]
    Sent: Saturday, September 16, 2000 12:59 AM
    To: 'Forte Users'
    Subject: (forte-users) Node Installed Libraries
    Hi guys,
    When you deploy a library using Forte, if automatically updates the
    "Installed Libraries" list of the target node. However, not always. My
    question is, why? What property determines if a library should appear in
    this list or not. Of course, you can always add or remove it manually. But
    why doesn't it work the same automatically for all libraries.
    Pascal Rottier
    Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    ******This
    e-mail is intended for the use of the individual or entity named
    above and may
    contain information that is confidential and privileged. If you
    are not the
    intended recipient, you are hereby notified that any
    dissemination, distribution
    or copying of this e-mail is strictly prohibited. If you have
    received this
    e-mail in error, please notify us immediately at
    helpdesklumley.com.au and
    destroy the original message. While this mail and any
    attachments have been
    scanned for common computer viruses and found to be virus free,
    we recommend you
    also perform your own virus checking processes before opening any
    attachments.
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Logic refuses to install libraries.

    so, I recently downloaded Logic Pro X. at first, i was upset by the lack of instruments, and then i found a few of the jampacks and libraries, including choir, which i'm so happy about. I'm new to Logic, as well as making music in general, but I've already sort of found my way around. unfortunately, there aren't many default instruments in the library, so I need to use the legacy library. but unfortunately, the only thing in that library that succeeded in downloading was the choir, despite the prompt of "something's missing from your library, Logic needs to download it" that I keep getting. I let it do its thing and download, then it tells me that it's installing, then it finishes, then i refresh my library, and restart Logic, and it's still not downloaded.
    do I need to manually install these? if so, the only thing in Application Support for Logic is "LoopsDatabaseV08.db". I also have no idea where to find these files I need, any help would be appreciated.

    Shanabit, thanks for the help. i fixed it. i had to go to window > downloads and force it to install libraries instead of hitting "download now" when the "libraries missing" thing popped up. these links you sent me were the links that i originally tried to get content from. they loaded up the needed directories, but Logic somehow still registered them as incomplete
    I don't know how it fixed it, but loading up that s\entire section of the legacy library fixed it, I think.
    anyway, thanks!

  • 10g single node install

    How best to slice disk drives? Single Node install on a Sun V480 (2 cpu's @ 900mhz, 2 disk drives @ 36gb each), solaris operating system. For my test server I will install all 10g components. How best to distribute the 10g load (oraInventory, appserver, infrastructure, Metadata Repository) between the two disk drives?

    Part of the installation involves the installer installing CRS software on the other nodes, creating the ASM and RAC instances and so on.
    All this is done in an automated fashion - requiring each node to be prepped accordingly, ssh keys generated, public keys distributed and added to authorised keys and so on.
    None of these installation steps (all critical) will be part of a "single node" RAC install.
    In fact, the prepping part is even more critical and complex than the actual installation - if done properly the installation will be smooth and painless. If not... you will run into all kinds of problems. And this is often the case as one has to deal with getting the shared devices to be seen by all nodes, ensure consistent device mappings across all nodes, ensure that multipath (load balancing) I/O works, etc.
    For this at least 2 nodes are required. For actual proper RAC testing itself, even 2 nodes do not suffice and at least 3 are needed.
    IMO you are pretty much wasting your time as no real practical RAC installation lessons will be learned mucking about with RAC and a single VM.

  • Installed Libraries and Solo Instruments

    Hi
    My son and I have been teaching ourselves how to use this software and are having some great results with it. However, I am not sure whether all the libraries have installed properly as we do not seem to have a solo trumpet or trombone for example. Just seems weird that you get a bunch of them as a sampled sound but not a solo instrument. I suspect it is just us........ Any thoughts would be much appreciated.

    Funnily, those two (trumpet and trombone) don't appear as solo instruments, only as ensembles (in the Jam Pack Symphony Orchestra). Why? I don't know. They're just not there.

  • Listener does not start in Mutli-node install & concurrent p. manager

    Hello everyone!
    I have been using Oracle Apps 11.5.10.2 on Linux OS for some time now and it was working fine. Recently I decided to separate it into 2 tiers (DB and AS) and so I started the installation from scratch.
    I have two questions regarding running the Applications on 2 nodes:
    1) Where do you advise to put the concurrent manager in the configuration with only two nodes? I know that ideally it should be on a totally separate server, but I only have two machines available. I was thinking about putting it on the AS layer. Any suggestions?
    2) I was able to install (stage/rapidwiz/.../ so on) the first node (default database-9i). After that, I started all the db processes using the addbctl.sh script as follows (I installed the VIS demo db):
    $ ./addbctl.sh start VIS
    This script works fine exiting with status 0.
    However, when I try to start the listener using the provided addlnctl.sh script:
    $ ./addlnctl.sh start VIS
    it returns an error. The log (vis.log in network/admin) reads as follows:
    TNSLSNR for Linux: Version 9.2.0.6.0 - Production on 05-SEP-2006 20:02:06
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    System parameter file is /mnt/hdd1/vis/visdb/9.2.0/network/admin/VIS_oradb/listener.ora
    Log messages written to /mnt/hdd1/vis/visdb/9.2.0/network/admin/vis.log
    Trace information written to /mnt/hdd1/vis/visdb/9.2.0/network/admin/vis.trc
    Trace level is currently 0
    Started with pid=4277
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(Host=10.1.1.52)(Port=1521))
    TNS-12532: TNS:invalid argument
    TNS-12560: TNS:protocol adapter error
    TNS-00502: Invalid argument
    Linux Error: 515: Unknown error 515
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCVIS)))
    ***********************EOF****************************************
    This is the listener.ora file in $ORACLE_HOME/network/admin/VIS_oradb:
    # $Header: ad8ilsnr.ora 115.6 2005/05/20 11:31:24 pariga ship $
    # This file is automatically generated by AutoConfig. It will be read and
    # overwritten. If you were instructed to edit this file, or if you are not
    # able to use the settings created by AutoConfig, refer to Metalink document
    # 165195.1 for assistance.
    # Net8 definition for Database listener
    VIS =
    (ADDRESS_LIST =
    (ADDRESS= (PROTOCOL= IPC)(KEY= EXTPROCVIS))
    (ADDRESS= (PROTOCOL= TCP)(Host= oradb.vision )(Port= 1521))
    SID_LIST_VIS =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME= /mnt/hdd1/vis/visdb/9.2.0)
    (SID_NAME = VIS)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /mnt/hdd1/vis/visdb/9.2.0)
    (PROGRAM = extproc)
    STARTUP_WAIT_TIME_VIS = 0
    CONNECT_TIMEOUT_VIS = 10
    TRACE_LEVEL_VIS = OFF
    LOG_DIRECTORY_VIS = /mnt/hdd1/vis/visdb/9.2.0/network/admin
    LOG_FILE_VIS = VIS
    TRACE_DIRECTORY_VIS = /mnt/hdd1/vis/visdb/9.2.0/network/admin
    TRACE_FILE_VIS = VIS
    ADMIN_RESTRICTIONS_VIS = OFF
    IFILE=/mnt/hdd1/vis/visdb/9.2.0/network/admin/VIS_oradb/listener_ifile.ora
    *****************************EOF**********************************
    I disabled the iptables firewall altogether (temporarily), but it did not help. I do not have any other services running on port 1521. I never changed any environment variables as I believe they are being set by all the ad*****ctl.sh scripts automatically. I did not make any customizations - just using stock E-Business CD's and default config.
    Any help or advice is greatly appreciated !

    Steven Chan is a Director in the Oracle Applications Technology Group.
    http://blogs.oracle.com/schan/comments?u=stevenChan&p=376&link=http%3A%2F%2Fblogs.oracle.com%2Fschan%2F2006%2F06%2F28%23a376
    Hi Steven,
    It is nice to see new posts from you. "Split Configurations" + "Shared Apps configuration" looks very attractive to me in terms of Apps SW management. You need to apply patch just once even if you have got multiple DB and Apps nodes in you configuration.
    Some customers of mine saying that is isn't recommended configuration. Oracle recommends to keep CM tier on the same hosts as DB is running.
    Just wonder if you can advice on the issue?
    Thank you in advance, Yury
    Yury,
    That recommendation no longer applies.
    With the high-bandwidth networks available today, combined with the fact that CM Tier hosts typically run in the same data centre as the Database Tier hosts, you can safely put the CM services on a different server.
    Regards,
    Steven
    -----------------------------------------------

  • R12.1 Multi Node Install Questions

    Hi All,
    I'm planning R12.1.3 multi tier install. and I need your help to know which server to use for APPS and which for DB
    Server 1:
    8GB RAM
    High CPU
    Server 2:
    4GB RAM
    Medium CPU
    Shall I install DB on sever 1 or 2?
    Also shall i start the install of DB tier first or APPS tier first?
    This is an internal PROD instance that will be used by maximum 3 people.
    Thanks
    Mohammed

    Server 1:
    8GB RAM
    High CPU
    Server 2:
    4GB RAM
    Medium CPU
    Shall I install DB on sever 1 or 2?I would say Server 1 as you can set SGA size to greater than 4 GB
    Also shall i start the install of DB tier first or APPS tier first?Run Rapid Install on the database node then on the application node -- http://docs.oracle.com/cd/B53825_08/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • OAS 10g multi node install

    Hi,
    I have installed Oracle 10 App Server successfully on my machine with webtier, app tier, and database on a single node. I would like to request if someone can help me out for the steps installing Oracle10g AS on multinode.
    i.e appl on one and database on other node.
    Thanking you
    regards,

    For that
    Install DB
    Look for Metadata Repository Create Assitant this will help you to create the Repository for the Infra
    Then install infra and you have to point to this DB so it wont install the DB and install only the app.
    Also if you want a midtier appserver in other box, you can point the installation to the repository in other server.
    Greetings

  • 9iAS multi-node install (Rel 1)

    Can anyone point me to a link that gives the steps of taking the DB tier of an existing 9iAS (Rel 1) install to a new DB on a new box? A little more than just the concept level.
    I thought that the answer would be in the standard install guides . or, Metalink . . . But I have only found one brief mention that says the OUI handles the installation of just the DB tier (8.1.7) on a new box. (I know there is a lot more than just selecting a box in the OUI).
    Has anyone already done this?
    Thanks!

    Please see "Oracle Applications Installation Guide: Using Rapid Install" manual -- http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    Also, please see old threads for similar discussion.
    Multi Node Installation for EBS 12.1.1
    Multi Node Installation for EBS 12.1.1
    EBS 12.1.1 multinode installation
    EBS 12.1.1 multinode installation
    Thanks,
    Hussein

  • 11.5.10  multi-node instalation

    Hi,
    I'm trying to install 11i on Oracle Linux in multi-node mode. I have two servers (fin-01 and fin-02) and decided to use fin-02 for DB and CM, fin-01 for the rest. Installation starts on fin-01. But System Check Status showed in 'Database Install Check', that "RW-40000: Warring: Unable to establish a Database connection. Please make sure the database is up before continuing with this install. Connection string used - jdbc: oracle:thin: @fin-02.domain:1521:VIS"
    Is that means, that I need to install DB before?
    regards,
    Krystian

    Hi;
    You need to start installation from db tier.Please see:
    multinode installation steps
    multinode patch
    Regard
    Helios

  • Installing libraries

    Hi,
    I would like to install the java communications library in Jbuilder. It has three files:
    win32com.dll
    comm.jar
    javax.comm.properties
    I went to tools->configure->libraries, then clicked on new and added the folder where all these files are. I could only select the .jar file under classes. I don't know if I Jbuilder picks up on the other two automatically. When I ran the SimpleWrite.java program that came with the library, it says that the port could not be opened.
    Here is the simple write program:
    public class SimpleWrite {
    static Enumeration     portList;
    static CommPortIdentifier portId;
    static String     messageString = "Hello, world!";
    static SerialPort     serialPort;
    static OutputStream outputStream;
    static boolean     outputBufferEmptyFlag = false;
    * Method declaration
    * @param args
    * @see
    public static void main(String[] args) {
         boolean portFound = false;
         String defaultPort = "/dev/term/a";
         if (args.length > 0) {
         defaultPort = args[0];
         portList = CommPortIdentifier.getPortIdentifiers();
         while (portList.hasMoreElements()) {
         portId = (CommPortIdentifier) portList.nextElement();
         if (portId.getPortType() == CommPortIdentifier.PORT_SERIAL) {
              if (portId.getName().equals(defaultPort)) {
              System.out.println("Found port " + defaultPort);
              portFound = true;
              try {
                   serialPort =
                   (SerialPort) portId.open("SimpleWrite", 2000);
              } catch (PortInUseException e) {
                   System.out.println("Port in use.");
                   continue;
              try {
                   outputStream = serialPort.getOutputStream();
              } catch (IOException e) {}
              try {
                   serialPort.setSerialPortParams(9600,
                                  SerialPort.DATABITS_8,
                                  SerialPort.STOPBITS_1,
                                  SerialPort.PARITY_NONE);
              } catch (UnsupportedCommOperationException e) {}
              try {
                   serialPort.notifyOnOutputEmpty(true);
              } catch (Exception e) {
                   System.out.println("Error setting event notification");
                   System.out.println(e.toString());
                   System.exit(-1);
              System.out.println(
                   "Writing \""+messageString+"\" to "
                   +serialPort.getName());
              try {
                   outputStream.write(messageString.getBytes());
              } catch (IOException e) {}
              try {
              Thread.sleep(2000); // Be sure data is xferred before closing
              } catch (Exception e) {}
              serialPort.close();
              System.exit(1);
         if (!portFound) {
         System.out.println("port " + defaultPort + " not found.");
    If anyone is familiar with Jbuilder setting, please help. Thanks in advance.

    ok, i solved the problem.
    I found this article very useful, for anyone that's having the same problem:
    http://bdn.borland.com/article/0,1410,31915,00.html

  • Trouble installing libraries

    I am struggling with installing the Gnu Bignum Library from source. I run the following generic install procedure:
    cd /path/to/gmp/
    ./configure
    make
    make check
    sudo make install
    using GMP 4.2.2 as gotten from http://gmplib.org/.
    After installing, I proceed to execute a simple test:
    #include <stdio.h>
    #include <gmp.h>
    int main(void) {
    char string[] = "8246828902480246849824892467824600";
    mpz_t integ;
    mpz_init(integ);
    mpzsetstr(integ, string, 0);
    gmp_printf("%Zd = %s\n", integ, string);
    printf("Size of mpz_t is : %d\n", sizeof(mpz_t));
    return 0;
    This is essentially a trivial test of the library's most basic functionality, etc.
    When I attempt to compile this code, using :
    gcc GMPtest.c -lgmp
    I am presented with the following:
    /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
    __gmpprintf
    __gmpzinit
    __gmpz_setstr
    collect2: ld returned 1 exit status
    I am assuming this is some sort of issue with the placement of the libraries, as when I list for them, they are all there:
    blah blah blah$ ls /usr/local/lib
    libgmp.3.4.2.dylib libgmp.3.dylib libgmp.a libgmp.dylib libgmp.la
    blah blah blah$ ls /usr/local/include
    gmp.h
    blah blah blah$
    Do I need to set gcc's path to look for these files somehow? Are there any settings that I must use to make this library accessible?
    Some information:
    iMac 2.16Ghz Core 2 Duo
    1Gb RAM
    Mac OS X 10.4.11
    blah blah blah$ gcc -v
    Using built-in specs.
    Target: i686-apple-darwin8
    Configured with: /var/tmp/gcc/gcc-5370~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c+,obj-c+ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
    Thread model: posix
    gcc version 4.0.1 (Apple Computer, Inc. build 5370)

    You'll probably get better response in the UNIX group.
    http://discussions.apple.com/forum.jspa?forumID=735
    Have a nice day.
    Boyd

  • EBS multi-node install document

    All,
    I have completed a document for a multinode install of EBS. I am now progressing through patching the system.
    rgds
    Alan.

    Hi,
    But still I can do it by cloning right?Yes, it can be done but I would not recommend this approach. For adding new node to an existing installation use "perl adaddnode.pl" -- See (Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone), Option 3: Adding a New Node to an Existing System.
    By the way, if I run the Rapid Install, how do I bypass the db Tier? Can I use rapidwiz to install only the dbtier on the 1st box? and then run it again to install
    the appstier on the 2nd box? Well if I may recall, I did not remember any choices in rapidwiz to complete a dbTier install only. It always proceed to the apps moduleRun Rapid Install on the database tier, copy the configuration file to the application tier, and run Rapid Install on the application tier then (load the configuration file). By doing this, the installer will lay down the database files on the database tier and the application files on the application tier node.
    I am intending to do "manual" load ballancing ;) Follow the steps in the load balancing document instead.
    something lik error 500 - wrong configuration.Check Apache log file for details about the error. Again, I would not recommend this approach and I would suggest you go with a supported way.
    Regards,
    Hussein

  • 11.1.2.3 multiple node install, not using a shared location for HTTP config files

    I finished, as best as I could a three server install of 11.1.2.3; foundation server with Workspace, R&A, EPMA, Essbase tools, an Essbase only server, and a Planning server.  I did not use a 'sharedlocation (Advanced link in HTTP screen) for the servers.  My question is; 'What needs to be done to complete the configuration, as Planning Administration does not show up in Workspace?'  It is possible to re-configure HTTP to a 'sharedLocation' after the install and config tasks are done?
    Thanks,

    You can configure the OHS shared location at any point
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Single node install

    Is it possible to install the APPS on one machine and set oracle unix account as database owner and applmgr as apps owner?
    Thanks,
    P.

    Yes. Rapidwiz installation wizard will prompt you for this information. In this case you may want to start the installation as root.

Maybe you are looking for

  • Getting a Family Members Apple Text Messages

    I was sharing an Apple ID with my husband (not sure why, because I have my own.)  It was never a problem until I upgrade to iOS6.  Now I'm seeing Apple Messages that others send to him on my phone.  I changed my iTunes and Store to use my own ID, but

  • Play movies bluetooth speakers

    I've just learnt on these forums that FaceTime won't play audio via bluetooth speakers. Can you play audio from iTunes rented movies to bluetooth speakers, or will they only playback music? On a related note, will AirPlay speakers playback audio from

  • Does Acrobat Standard allow "mail merge" or do I need to purchase Acrobat Professsional to do that?

    I'm trying to use Mail Merge to fill in an Adobe PDF form with information from an Excel spreadsheet. I'm reading some stuff that says Adobe Acrobat Professional has such a tool. Does the Acrobat Standard have this capability?  Is there a free downlo

  • Now idvd works with Mavericks' iPhoto Library, but...

    I have iDVD installed with Mavericks. Every time I attempted to click on iPhoto in the button Media of iDVD, iDVD would crash. Today, I deleted the iDVD plist and the Caches, but in addition, I also opened the iPhoto Library (using Show Content) and

  • Decimal notation for ESS

    Dear Expert, We are on ECC6 with EP7. When my user try to apply leave on the portal, the system show 1,00 day. Anyone knows how to change it to 1.00?  My users prefer to use dot instead of comma to separate the decimal. I have check on SU01 and the d