Oracle 10g installation problem on RHEL4

hi,
I am installing oracle 10g on red hat linux. I read the complete documentation and the mailing lists and have installed all the required RPMs.
When I start install, I get the following three errors:
error in invoking target 'install' of makefile
'u/01/app/oracle/ctx/lib/ins_ctx.mk'.
error in invoking target 'agent nmo nmb' of makefile
'u/01/app/oracle/ctx/lib/ins_sysman.mk'.
error in invoking target 'all_no_orcl' of makefile
'u/01/app/oracle/ctx/lib/ins_rdbms.mk'.
This error is popped up when the link part is going on. I am installing the standard edition and have done all the possible things mentioned in the documentation.
Can someone pls help me understand where is the problem
thanx in advance,
jayesh

i had the same sequence of errors on installing (10g on Redhat AS4)
The first error (INFO: /usr/bin/ld: crt1.o: No such file: No such file or directory
) is solved by installing the following package (you need the glibc-devel i386 package installed as well as the x86_64 version)
up2date --arch=i386 glibc-devel
The second error, I am currently stuck at (error in invoking target agent nmo nmb...of makefile ins_sysman.mk)
INFO: /app/oracle/oracle/product/10.2.0/db_1/lib32//libnls10.a(lmsagb.o)(.text+0xa3): In function `lmsagbcmt':
: undefined reference to `SltsPrRead'
/app/oracle/oracle/product/10.2.0/db_1/lib32//libnls10.a(lmsagb.o)(.text+0x10a):
Any ideas, people, please?
Cheerio,
Nic

Similar Messages

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • OracleAS 10g Installation Problem on RedHat AS 3.0

    Hi
    I need to install OracleAS 10g on RedHat AS 3.0 and it seems that I need a patch (Patch 3006854) and the installation is impossible without it.I just started using oracleAS 10g and I dont have any metalink id.
    I think something is wrong here.
    a free trial version with a commercial patch !!!
    can any one please help me out.
    regards yashar

    dear fredrik
    I tried to install it according to the installation guid on http://www.oracle-base.com/articles/10g/OracleAS10gInstallationOnRedHatAS3.php as you see it asked for installation of a patch.
    and yes I tried to install it without installing this patch and I got an error saying that I am missing a file named ld.so in /etc.I thought it might be connected to that patch.
    beside when I was looking for the solution to my problem I saw many people having the same problem and asking the exact same question.
    please notify about any solution that you think might help me solving this problem. I am in a hurry
    regards yashar

  • Oracle 10G installation problem, and errors on SOLARIS 10 x86

    HI.
    I installed the last version of oracle 10g on a x86 SOLARIS 10 system.
    When the installer arrived at Configuration assistants, the window is stopping, and I can't see forward. But when I look at the installAction.log, the installation is checked as OK (?).
    When I launch sqlplus, and startup inside, it is said the ora-00205 error (problem with control files), and in the end, I'm really suprised there's no the database I told the installer to create at the beginning. But should I be surprised? As I didn't see really the end of the installation, and the installer didn't propose me the PATH where to install the DB, well, I guess there's something wrong.
    Could anybody tell me how to solve these problems, please?
    Thank you :)

    Two options:
    1. Create database using DBCA - execute $ORACLE_HOME/bin/dbca
    2. Create database manually (without DBCA)

  • Oracle 10g Installation Problem in HP-UX 11.31

    Hi
    I am installing ERP 2005 SR2 on HP-UX 11.31 OS with ORACLE database.  When I am running ./RUNINSTALLER getting following error. Error Log as follows
    Using paramFile: /oracle/stage/102_64/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be B.11.23.    Actual B.11.31
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2008-07-16_11-26-39AM/installActions2008-07-16_11-26-39AM.log
    When I look into oraparam.ini file from given path found entries as follows
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAILURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9
    Linux=redhat-2.1AS
    HPUX=B.11.23
    Decunix=V5.1A,V5.1
    AIX=5.1.0.0
    [HPUX-B.11.23-required]
    #PATCHES required by JRE and Product, /usr/sbin/swlist -l patch gets list of patches on system
    PATCHES=
    #PACKAGES required by JRE and Product, /usr/sbin/swlist -l product gets list of packages on system
    PACKAGES=
    #Patch bundles required for Oracle.
    #/usr/sbin/swlist -l bundle gives list of bundles.
    #Each item should follow the format "bundle:version"
    #ex.,GOLDBASE11i:B.11.11.0106.9,GOLDAPPS11i:B.11.11.0106.9
    BUNDLE=
    #Minimum swap space required by OUI, Increase it if your product installation so requires
    SWAP_SPACE=250
    TEMP_SPACE=250
    BUNDLE_FAILURE_MESSAGE=Some patch bundles were not found on the system. Please verify if the system is at a higher bundle level.
    Please let me know how to overcome this problem.
    Regards
    Jayakar

    Hi ,
    If anyone come across this kind of errors don't try to perform any workaround which is not recommended by sap as later in post installation steps there will be errors so please go through below SAP note as it has some workarounds recommends by SAP
    Note 980426 - Oracle 10.2 Software installation on new operating systems
    Shanaka.

  • Oracle 10g installation problem on redHat

    Dear pals,
    Hi, I got an error while installing the 10g into my redhat machine. My redhat should be supported, but not know what is happened...
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, UnitedLinux-1.0 or redhat-3
    Failed &lt;&lt;&lt;&lt;
    Exiting Oracle Universal Installer, log for this session can be found at /ora/oraInventory/logs/installActions2004-03-31_11-39-25AM.log
    The error log show the same thing thus nothing can help.
    My Redhat version is:
    Linux version 2.4.20-8 ([email protected]) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003
    Is there anyone can help? Thank you very much in advance.
    Regards,
    Eddie

    Werner Puschitz has a good home page (sorry, I forgot the link) on that:
    su - root
    cp /etc/redhat-release /etc/redhat-release.backup
    cat > /etc/redhat-release << EOF
    Red Hat Enterprise Linux AS release 3 (Taroon)
    EOF
    It works for me on RH9.0. Change redhat-release.backup to
    redhat-release after you are done with your installation.

  • OracleAS 10g Installation Problem on Windows2000

    I install OracleAS 10g for “Business Intelligence et Forms”
    While demanding to register for Oracle Internet Directory,
    I seize:
    host: liu-gwej0o37upx (it’s my machine’s name in that I install Oracle9i Server)
    port : 389
    then this is a message of error that the host and port art not correct.
    So I check the connection to Oracle directory manager. I have a problem’s connection with a massage: server liu-gwej0o37upx is not started. But I’m sure that my server is started.
    Thanks for someone to help me to resovle this problem
    florent

    anyone has clue

  • Oracle 10g installation problem

    I deinstalled oracle 8i from machine . Removed all the oracle folders from the machine. Restart the machine.
    I started fresh installation.
    For 'Setting up 'CSS Single-instance Common Files 10.1.0.2.0' - it gives me error
    Error in starting the service. The service OracleCSService not found.
    I go to service and in services - the path for this service is C:\OraHome_1\bin\ocssd.exe service but with present installation the executable is at
    C:\Oracle\product\10.1.0\db_1\bin.
    How can I change the path in service for the executable ?

    Hi
    This is a known problem with 10G Release 1. Why not install release 2?
    I had the same issue last week and it turned out that the problem was that I was logged in as a domain user (with local admin rights). I created a local user on the machine with administrative privileges and used that user for the install and the database creation without any problems.

  • Installing Oracle 10g release 2 on RHEL4

    I am new with Linux and Oracle, and I have been assigned to install Oracle 10g Rel 2 in RHEL4 OS.
    I have checked and installed missing RPM's and created group users, passwd, configered Kernel, set Shell limits and finally created directories on root as so,
    mkdir -p /u01/app/oracle
    chown -R oracle:oinstall/u01/app/oracle
    chmod -R 775 /u01/app/oracle
    After, I mount the CD on root
    mount /media/cdrom
    After mounting is complete i enter into oracle user and do the following
    su - oracle
    cd /media/cdrom
    ./runInstaller
    However, I receive the following message : Olite installation requires ORACLE_HOME to be set. PLease set it and retry again.
    So I set the following like so,
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=/u01/app/oracle
    export ORACLE_SID= demo1
    ./runInstaller
    I than get the following message.
    Olite installation requires JAVA13_HOME to be set. PLease set it JDK 1.4.1 install area and rety again.
    I am not sure what JAVA13_HOME is but I am wondering if it is related to some Mobile sync. Also, could somebody help me and advise if I am going in the right direction here?
    Many thanks in advance.
    Alex

    Hi Alex
    Can you please control that ?
    JAVA13_HOME will be the location for your JAVA home. You can check the path for your java installtion, either 1.3 or 1.4 and set the path accordingly. Usually in Linux the path will be some thing like /local/java/jdk1.4.2.
    TNS_ADMIN should point to $ORACLE_HOME/network/admin
    Please read that also http://download.oracle.com/docs/cd/B28928_01/doc/server.103/b28924/preinstall.htm
    Let us know if it helps you.
    thanks

  • How to install Oracle 10g release 2 on rhel4 release 2

    I want to know How to install Oracle 10g release 2 on rhel4 release 2 from scratch from the partitioning of the disk in rhel 4 till the post installation .
    System Configuration
    x86 32 bit
    Pentium(R) 4 CPU 3 ghz
    RAM 1 GB 2.99Ghz
    Oracle 10g release 2
    rhel 4 release 2
    Please reply me soon.
    With Regards
    Suvin Prathab
    www.sceneworks.co.cc

    Dear Suvin Prathab!
    Please have a look at this:
    [http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html]
    Yours sincerely
    Florian W.

  • SUNWsprox package with solaris 10 for Oracle 10g Installation....

    Hi
    I am in problem with a Solaris 10 package "SUNWsprox - Sun workshop Bundled 64-bit make library" for Oracle 10g Installation. I checked the CDs (In the /.../products) but did't found this packege. Can any one tell me please can I go without this package or where I found this package...Please Its very URGENT for me....
    Thanks
    Mohammed Tanvir

    Hi...
    I had the same issue, but found out that the SUNWsprox was replaced by SUNWsprot. The OUI 10.1 Release 2 will 'pass' as the doco in the Oracle quick install guide is wrong (as well as 10g Application Server).
    The only way to lay a 10g Release database on Solaris 10 is to lay the software doen only, then cd in the .../bin directory, step your Rdbms ORACLE_HOME, ORACLE_SID, LD_LIBRARY_PATH and of course the DISPLAY (is X-windowing into the server), and run dbca manually. Oracle 10g is a bit buggy.
    Roger

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have
    install start at unzip tar.gz and tar -xf .... now i have run
    ./installFMS it show
    ./fmsini: error while loading shared libraries: libstdc++.so.5:
    cannot open shar
    ed object file: No such file or directory
    ERROR: Your are running the Macromedia Flash Media Server
    installer
    on the wrong platform.
    it not support for fedora or anything else?
    plz help....

    would be nice if someone responded to this.... Macromedia
    wouldn't have been this lax in giving a reply :) AND they keep up
    with OS updates too :)

  • Oracle 10g installation on Windows 7

    I am currently using Oracle 10g on my laptop running on Windows Vista. Now i am planning to upgrade my OS to Windows 7. My question here, is can I use the same Oracle 10g installable to install in windows 7 also ??
    is it possible ??
    thanks,
    JJ

    Possible yes? Brilliant no!
    Windows 7 is totally uncertified and unsupported with all Oracle products and if you have an issue there is essentially no support or patch available.
    Personally I think Vista a cruel joke so my recommendation would be to go to XP SP3 which at least has the attribute of stability or move to Linux which is what I did on one of my laptops.

  • Oracle 10G connection problem

    Oracle 10G connection problem
    I launch my db with the following script:
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/dbstart"
    su - oracle -c "export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_1 && /u01/app/oracle/product/10.1.0/db_1/bin/lsnrctl start"
    Here is the output:
    SQL*Plus: Release 10.1.0.2.0 - Production on Fri Feb 27 22:17:51 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area 188743680 bytes
    Fixed Size 778036 bytes
    Variable Size 162537676 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 262144 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Database "orcl" warm started.
    LSNRCTL for Linux: Version 10.1.0.2.0 - Production on 27-FEB-2004 22:17:59
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    System parameter file is /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.2.0 - Production
    Start Date 27-FEB-2004 22:17:59
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.1.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xavan_fi
    xe)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    But when i try to connect with sqlplus:
    oracle@xavan_fixe oracle $ sqlplus
    SQL*Plus: Release 10.1.0.2.0 - Production on Ven. Févr. 27 22:19:32 2004
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Enter user-name: scott
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory

    When you go to get connection you have to set the ORACLE_SID enviroment variable or use the service name in the string to get connection.
    Joel Pérez

  • Oracle 10g installation on aix 52

    Oracle 10g installation is failing on a
    aix52 64bit machine
    After installing the product running
    $ORACLE_HOME/root.sh for setup as user root results
    in the following errors:
    exec(): 0509-036 Cannot load program /dbms/oracle/10g/OraHome/bin/crsctl.bin because of the following errors:
    0509-130 Symbol resolution failed for /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o] because:
    0509-136 Symbol aio_nwait_timeout (number 324) is not exported from
    dependent module /unix.
    0509-022 Cannot load module /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen10.o).
    0509-150 Dependent module libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that does not have a valid format.
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.
    exec(): 0509-036 Cannot load program /dbms/oracle/10g/OraHome/bin/clscfg because of the following errors:
    0509-130 Symbol resolution failed for /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o] because:
    0509-136 Symbol aio_nwait_timeout (number 324) is not exported from
    dependent module /unix.
    0509-022 Cannot load module /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen10.o).
    0509-150 Dependent module libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that does not have a valid format.
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.
    Failed to initialize Oracle Cluster Registry for cluster
    Any suggenstion on this will be appreciated.

    Would like to see the http://download-west.oracle.com/docs/cd/B19306_01/relnotes.102/b19074/toc.htm#CJAFJGIC or for linux, see http://www.puschitz.com/InstallingOracle10g.shtml.
    Its trustworthy sites and my request is to delete all the files and start clean-installation again.
    Revert back if any clarifications required.
    Regards,
    Star Nirav
    Oracle 10g installation is failing on a
    aix52 64bit machine
    After installing the product running
    $ORACLE_HOME/root.sh for setup as user root results
    in the following errors:
    exec(): 0509-036 Cannot load program
    /dbms/oracle/10g/OraHome/bin/crsctl.bin because of
    the following errors:
    0509-130 Symbol resolution failed for
    /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o
    because:
    0509-136 Symbol aio_nwait_timeout (number
    324) is not exported from
    dependent module /unix.
    annot load module
    /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen1
    0.o).
    0509-150 Dependent module
    libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that
    does not have a valid format.
    0509-192 Examine .loader section symbols with
    the
    'dump -Tv' command.
    Cannot load program
    /dbms/oracle/10g/OraHome/bin/clscfg because of the
    following errors:
    0509-130 Symbol resolution failed for
    /dbms/oracle/10g/OraHome/lib/libttsh10.a[shr_ttsh10.o
    because:
    0509-136 Symbol aio_nwait_timeout (number
    324) is not exported from
    dependent module /unix.
    annot load module
    /dbms/oracle/10g/OraHome/lib/libhasgen10.a(shr_hasgen1
    0.o).
    0509-150 Dependent module
    libttsh10.a(shr_ttsh10.o) could not be loaded.
    0509-026 System error: Cannot run a file that
    does not have a valid format.
    0509-192 Examine .loader section symbols with
    the
    'dump -Tv' command.
    lize Oracle Cluster Registry for cluster
    Any suggenstion on this will be appreciated.

Maybe you are looking for

  • Screen displays small folder icon with question mark

    My powerbook won't boot up, makes a clicking noise when turned on and is displaying a small folder in the middle of the screen that alternates with a symbol and a question mark. Bad hard drive?

  • Groups Mail not letting me or my groups send messages?

    Does anyone know why, but my groups account seems to have stopped me (the owner) or anyone else in my group send messages. They are all authorised members. My subscription renewed recently. Would it be anything to do with that, or has anyone encounte

  • Websites don't recognize Flash Player 10.1 on Droid X

    I have had my droid x for a few weeks now. I have been able to view flash based sites before. However, today I go to common sites like cnn.com. youtube etc and it says I don't have Flash Player installed?! Has anyone else run into this issue?

  • In-Correct Identity for Each Drive

    Hi there, For some reason my twin drives now appear as opposite to that shown in the Disk Utility selection box ? ie When burning DVD's, if you select the drive that appears on top, in the Drive selection menu, it opens and closes the bottom of the t

  • A question about noding

    Allo mis amigos, I'm sure somewhere in this vast forum someone has brought up this thought before - but did the 7.2 release making Logic totally compatible with Intel macs port the "node" feature along with it? I still use PPC but I was thinking abou