Ins_plsql (install problem) Dev Suite 9i on RH 8

Hello,
I am having trouble in installing Oracle Dev Suite 9i on RedHat 8. I am getting a make error for ins_plsql.mk.
"Error invoking target of makefile - 'ins_plsql.mk'. Its a linker error I guess. Any ideas would be appreciated.
Regards,
Keith

This is the "Binutils Issue". It can be solved by downgrading binutils or by the method below, which worked for me installing iDS902 on SuSE 8.1.
I did hit another error after fixing this one with the ins_reports.mk and ins_forms.mk, but everything else works works. Evidently these issues have to do with /usr/X11R6/lib/libXm.so.2.1 missing, which comes from the openmotif package.
An essential document for Oracle9i on Linux is
http://www.puschitz.com/OracleOnLinux.shtml
The solution below is taken from that. There are some other solutions if this gives you trouble (it worked for me).
Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
LD_SELF_CONTAINED="-z defs"
to read:
LD_SELF_CONTAINED=""
Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
$ su - oracle
$ $ORACLE_HOME/bin/genclntsh
Created /opt/oracle/product/9.0.1/lib/libclntst9.a
$
After that hit retry in the error popup. This always worked for me. (I was told that this also works for SuSE 8.0.)

Similar Messages

  • Installing oracle dev suite on linux 5.3

    Hi team
    can some1 help on how to install oracle dev suite on linux i'm gettting an error on
    could not ecxecute auto check for display color using command
    check if the display variable is set

    You need to set the Xpath variable in your putty seesion...i.e X11 forwarding should be enabled.
    DISPLAY
    Set to the current computer.
    Example (C shell):
    % setenv DISPLAY
    machine1.acme.com:0.0
    Example (Bourne, Bash or Korn shell):
    $ DISPLAY=machine1.acme.com:0.0;
    export DISPLAY

  • How to install 10 dev suit on linux

    Plz help me how can i install forms dev suit 10g on linux 4 El

    I might be able to answer if you have a specific question, given I have done this on RH3 (which is my development environment). Have been using on both 6i c/s and 10g iDS on Linux for a while.

  • Instalation problems Creative suite 5.5

    I have problems installing Creative Suite Standard 5.5 on my brand new computer with Win 7 home premium.
    Hints about restarting or removing file from Registry don't work as there is no such file (inProgress key).
    What else could I do?

    What is the exact error message you are receiving when you try to install?  Have you tried running the Adobe Support Advisor - http://www.adobe.com/support/loganalyzer/ to automatically review your installation logs?  Alternately you can follow the steps listed in Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html to manually review your installation logs.

  • Dev suite

    Hi i have installed Application Server 10g Infrastructure and Business Intelligence on Win XP SP1. Later i added Dev Suite for forms and reports development.
    when i installed AS, it created a DB. I named it infra. I can log into the DB using sql interface.
    My question is, how do i log into the database (infra) using forms developer in Dev Suite.
    Dev Suite also install sql interface. Does it create its own DB. How do I log in.
    Thank you, n advance

    I still haven't solved the problem.
    The default connection to the database is port 1521. I'm using this port for Oracle AS. I want to connect to the DB for Oracle Dev Suite (forms&reports). Is it possible to connect using diff port. Which port should I use so that it doesn't conflict with the active connections. I have tried using 1800, 1580, 1521, and few others. I used netstat cmd line in MSDOS to check which ones i could use, but still no luck.
    Should i install the dev suit in diff home dir. I have installed AS in c:\oracle\inf
    and dev suit in c:\oracle\dev.

  • Oracle Dev-suite 10g installation on WINDOWS server 2008 R2

    Hi Friends,
    Is it possible to install Oracle Dev-suite 10g on WINDOWS server 2008 R2.Any idea on this,can you please share.
    Best regards,
    Rafi.

    Hi John,
    Is it possible to do this by applying any patches or alternate option.
    Best regards,
    Rafi.

  • Problem in installing oracle 10g dev suit

    Hi all
    my name is farnaw, i have successfully installed oracle 102 R2 on linux enterprise 4 seccuessfully, know i want to instal oracle 10g developer suit latest version (10.1.2.0.2)
    acan any body help me how can i install dev suit, i need any link or steps to install this
    Reply will be highly appreciated
    With regards
    Thnks in advance
    farnaw

    You can find all the Oracle documentation at http://docs.oracle.com
    From there you can browse to the Developer Suite documentation, including the installation guide, at http://download.oracle.com/docs/cd/B25016_07//doc/dl/core.htm

  • Re-installation of a damaged/partial install of Oracle Dev Suite 10g (9.0.4

    Hi
    First of apologies if this is the incorrect location to post - I couldn't find a dedicated forum!!
    My problem is this......
    I have followed Oracle's guidelines and created a silent installation of the full Dev Suite 10g (9.0.4) and have used this many times successfully to install to fully patched Windows XP Pro workstations.
    Periodically the installation fails and only partially completes....no problem I naively thought - reinstall.
    Initially I tried re-installing over the top of the partial install - but this always fails with the error "You have specified a non-empty directory to install this product...etc"
    Oracle's recommended method is to uninstall and then reinstall - except the installer doesn't think anything is installed.
    The obvious thing was then to delete all folders and files pertaining to Dev Suite....this also failed with the same message!!
    I extended my deletion to temp folders, windows\prefetch and the registry......still fails!!
    Frustratingly the java installer doesn't have the force reinstall switch that the windows installer has....gggrrrr...
    So I had the mad idea of watching a manual install......this generated the non-empty folder error......so I deleted the folders and hey bisto!! Then I started getting these errors "The value of the environment variable path is more than 1023 characters. This value cannot be set."
    I even tried creating a response file against a damaged install.....failed with both of the above errors.
    Now I am stuck....if only Oracle used a decent windows installer!!
    I did think to check the installation on a virgin build workstation - success....
    I really hope someone can help me with this as it's driving me mad!!
    Please help
    Thanks in advance

    Many thanks Sainath.....
    This has certainly helped......the limitation appears to be in the java installer......it seems to check whether there is enough space in the Env Var PATH and errors if there is insufficient space.
    Of course the installer was written in pre SP2 days when the Env Vars were limited to 1023 characters......todat SP2 allows 2047 characters.
    My installation script now temporarily modifies the PATH variable, allows the installation and then returns the PATH variable to its original state and then adds the DevSuite paths.
    I can now smile again.
    Thanks
    Greg

  • Problems installing Oracle Developer Suite 10g in windows 7

    Hi Experts;
    I have installed Oracle Developer Suite 10g in windows XP, but now I change to windows 7, 64 bits, I was trying to install this product and I'm having a lot of problems, apparently this product is not compatible with windows 7.
    My question is, is there any product, like Oracle Developer Suite 10g for windows 7? I was looking for in the Oracle page, and  I couldn't see anything, may be the name is diferent.
    Thanks for your help.
    Al

    First off, Oracle Developer Suite (ODS) 10g is no longer supported so Oracle has discontinued improving the product.  While ODS is not certified by Oracle for use on Windows 7 (32 or 64 bit), you can install and use on Windows 7 (32/64 bit).  This is a commonly asked question so a search of the forum would have given you several solutions.
    The limitations of the Oracle installer are:
    1.  You must have Administrator rights to install.
    2.  Windows 7 is not a supported version (it's version 6 and it is looking for version 5), so the installer exits.
    3.  It's unable to recognize Windows Managed virtual memory.
    To get around these limitations you must do the following:
    1.  Modify your Virtual Memory settings and define a specific Min and Max amount.   Look at this MS article if you need help making this change: http://windows.microsoft.com/en-us/windows7/change-the-size-of-virtual-memory
    2.  You must run the Oracle installer in compatibility mode for Windows XP.  To do this,
      - Right-click on the setup.exe and select the Compatibility tab and click "Run this program in compatibility mode for: Windows XP SP2"
    3.  While still in the properties and the compatibility tab, select the option, "Run as Administrator" and click OK.
    Now run the Oracle setup.exe and your installation should succeed.
    Craig...

  • Adobe creative suite 5.5 master collection install problem.

    Can anyone suggest a solution to problems Im having installing creative suite 5.5.
    I keep getting the following errors after install, is it a faulty disc or something as get these install errors on both my home and work pc.
    My cd rom is my d: drive, it appears that it cant find install files
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 8 warning(s)
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0(Seq 1)
    ----------- Payload: {2EE4F060-CEE6-4002-AA8B-91B791541767} Pixel Bender Toolkit 2.6.0.0 -----------
    WARNING: DF035: CreateAlias:Icon file does not exist at C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging    0X1.BE5583P-1018rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f8049309 1e8e552c84a2897e9da68fce for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Master Collection CS5.5\Adobe Pixel Bender Toolkit 2.6.lnk with target C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\Pixel Bender Toolkit.exe(Seq 89)
    ----------- Payload: {7202D4A7-F7E6-4e7a-B77D-7B1C4E8B5CA6} Adobe Flash Player 10 ActiveX 10.0.0.0 -----------
    ERROR: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\James\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\James\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ----------- Payload: {47CE893F-A0FF-4094-AA16-5209AEA7C7E0} Firefox Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeContribute6.1-FFPlugin\OEM(Seq 32)
    ----------- Payload: {208DE3D5-541C-41B0-8595-7A608A6E4306} IE Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeContribute6.1-IEPlugin\OEM(Seq 26)
    ----------- Payload: {4A4F91EA-5951-4C5C-B911-027D802817EB} Office Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeContribute6.1-OfficePlugin\OEM(Seq 34)
    ----------- Payload: {DD309051-FACF-4A5E-87F1-C57154BB3DE8} Adobe Contribute CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeContribute6.1-mul\OEM(Seq 8283)
    ----------- Payload: {8DADF070-FE60-4899-8EF0-4242E7702F7D} Adobe Fireworks CS5.1 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeFireworks11.1.0All\OEM(Seq 1215)
    ----------- Payload: {1C9D6B02-8B92-4E40-8B22-37D8C95430F0} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at D:\Adobe CS5_5\payloads\AdobeFireworks11.1.0en_USLanguagePack\OEM(Seq 74)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed

    I decided to completely reformat my pc and install the creative suite from scratch:
    I get the same thing again, see below. Is this a faulty installation cd rom or something, im starting to get really annoyed now.
    I think the exact same thing is happening on my work pc.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 8 warning(s)
    ----------- Payload: {CFA46C39-C539-4BE9-9364-495003C714AD} Adobe SwitchBoard 2.0 2.0.0.0 -----------
    WARNING: DF029: ARKServiceControl::StartService: Service not started/stopped SwitchBoard. Current State: 0 Exit Code: 0 Service Specific Exit Code: 0(Seq 1)
    ----------- Payload: {2EE4F060-CEE6-4002-AA8B-91B791541767} Pixel Bender Toolkit 2.6.0.0 -----------
    WARNING: DF035: CreateAlias:Icon file does not exist at C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\windows\pb_app.icofile:\\\C:\PIXELB~1\source\winwood\Staging    0X1.8EA645P-1022rea\windows\pb_app.ico42178f80493091e8e552c84a2897e9da68fce32_32_f8049309 1e8e552c84a2897e9da68fce for icon C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Adobe Master Collection CS5.5\Adobe Pixel Bender Toolkit 2.6.lnk with target C:\Program Files (x86)\Adobe\Adobe Utilities - CS5.5\Pixel Bender Toolkit 2.6\Pixel Bender Toolkit.exe(Seq 89)
    ----------- Payload: {7202D4A7-F7E6-4e7a-B77D-7B1C4E8B5CA6} Adobe Flash Player 10 ActiveX 10.0.0.0 -----------
    ERROR: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\JAMES\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action NewCustomAction1, location: C:\Users\JAMES\AppData\Local\Temp\InstallAX.exe, command: -install activex -msi
    ----------- Payload: {47CE893F-A0FF-4094-AA16-5209AEA7C7E0} Firefox Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at F:\Adobe CS5_5\payloads\AdobeContribute6.1-FFPlugin\OEM(Seq 32)
    ----------- Payload: {208DE3D5-541C-41B0-8595-7A608A6E4306} IE Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at F:\Adobe CS5_5\payloads\AdobeContribute6.1-IEPlugin\OEM(Seq 26)
    ----------- Payload: {4A4F91EA-5951-4C5C-B911-027D802817EB} Office Plugin CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at F:\Adobe CS5_5\payloads\AdobeContribute6.1-OfficePlugin\OEM(Seq 34)
    ----------- Payload: {DD309051-FACF-4A5E-87F1-C57154BB3DE8} Adobe Contribute CS5.1 6.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at F:\Adobe CS5_5\payloads\AdobeContribute6.1-mul\OEM(Seq 8283)
    ----------- Payload: {8DADF070-FE60-4899-8EF0-4242E7702F7D} Adobe Fireworks CS5.1 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at F:\Adobe CS5_5\payloads\AdobeFireworks11.1.0All\OEM(Seq 1215)
    ----------- Payload: {1C9D6B02-8B92-4E40-8B22-37D8C95430F0} Adobe Fireworks CS5.1_AdobeFireworks11.1.0en_USLanguagePack 11.1.0.0 -----------
    WARNING: DF012: File/Folder does not exist at F:\Adobe CS5_5\payloads\AdobeFireworks11.1.0en_USLanguagePack\OEM(Seq 74)
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Flash Player 10 ActiveX: Install failed

  • I have a problem when installing the Developer Suite

    Hello,
    I'm new to Oracle and I'm having a problem when installing the Developer Suite 10g. I have the Oracle Database 11g installed, but when I try to istall the developer, it gives me this error: "Oracle Developer Suite 10g cannot be installed into an existing Oracle9i 9.2.0.1.0 oe higher Oracle Home", Although I have installed the same thing twice before and it was working.
    Please help me with this :(

    Hi user;
    I'm new to Oracle and I'm having a problem when installing the Developer Suite 10g. I have the Oracle Database 11g installed, but when I try to istall the developer, it gives me this error: "Oracle Developer Suite 10g cannot be installed into an existing Oracle9i 9.2.0.1.0 oe higher Oracle Home", Although I have installed the same thing twice before and it was working.What is your OS? If you are linux-unix level you are making installation wiht same user of Oracle Db11g? Did you try to create new Oracle_home and set it before start installation?
    Regard
    Helios

  • Problems installing Oracle9i Developer Suite on Red Hat 8.0

    Can anyone help me out what does this error mean? I am trying to install the Developer Suite but it wont continue because of this error message keeps popping up.
    Error in invoking target install of makefile /opt/oracle2/plsql/lib/ins_plsql.mk
    Please help...Thanks
    Ian

    There must be some other messages.
    It could be that your .prd file does not match exactly with your installation or you have forgotten to do some stage in the installation procedure...
    These are only clues. Look at the .log files to see what happened.
    Good luck.

  • Problem in installaing 10g(10.2.0) dev suit on linux 4EL

    hi all
    i have completed the RPM installation and required configuration on linux for installing oracle 10g(1.2.0) dev suit on linux but when i run setup it returns error
    can anybody help me , I shall be higjly thnkfull bc it is very imp for me.
    [root@oracleserver pkg2]# Disk1/runInstaller
    The OUI Screen may take around 5 to 30 seconds to come up depending upon system performance. Please Wait .......
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, redhat-4, SuSE-8, SuSE-9 or UnitedLinux-1.0
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 400 MB. Actual 14942 MB Passed
    Checking swap space: must be greater than 1536 MB. Actual 2000MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Checking if CPU speed is above 450 MHz. Actual 2794 MHz Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-04-24_12-05-25PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2008-04-24_12-05-25PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    then i checked spaces
    [root@oracleserver pkg2]# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda8 22G 5.5G 15G 28% /
    none 502M 0 502M 0% /dev/shm
    /dev/sda5 15G 2.1G 13G 14% /ddrive
    /dev/sda6 20G 8.0G 12G 41% /edrive
    /dev/sda7 5.9G 559M 5.4G 10% /fdrive
    [root@oracleserver pkg2]# df -h /tmp
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda8 22G 5.5G 15G 28% /
    [root@oracleserver tmp]# ll
    drwx------ 2 oracle oinstall 4096 Apr 24 10:44 gconfd-oracle
    drwx------ 3 root root 4096 Apr 24 11:30 gconfd-root
    drwx------ 2 root root 4096 Apr 24 11:30 keyring-LYfCYY
    srwxr-xr-x 1 oracle oinstall 0 Apr 24 10:28 mapping-oracle
    srwxr-xr-x 1 root root 0 Apr 24 11:31 mapping-root
    drwxrwx--- 3 oracle oinstall 4096 Apr 24 10:36 OraInstall2008-04-24_10-36-30AM
    drwxrwx--- 3 oracle oinstall 4096 Apr 24 10:37 OraInstall2008-04-24_10-37-27AM
    drwxrwx--- 3 root root 4096 Apr 24 11:31 OraInstall2008-04-24_12-05-25PM.
    drwx------ 2 root root 4096 Apr 24 11:32 orbit-root
    drwx------ 2 root root 4096 Apr 24 11:30 ssh-ONJshz4863
    -rw------- 1 oracle oinstall 0 Apr 22 11:40 t2lGX3GiqC
    -rw------- 1 root root 917 Apr 24 11:31 xses-root.GtGWyn
    regards
    farnaw

    Hi werner
    thnks aging for ur cooperation
    I EXECUTED THE COMMAND HERE IS THE OUTPUT
    [oracle@oracleserver pkg2]$ Disk1/runInstaller -debug
    The OUI Screen may take around 5 to 30 seconds to come up depending upon system performance. Please Wait .......
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, redhat-4, SuSE-8, SuSE-9 or UnitedLinux-1.0
    Passed
    All installer requirements met.
    Checking Temp space: must be greater than 400 MB. Actual 14940 MB Passed
    Checking swap space: must be greater than 1536 MB. Actual 2000MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Checking if CPU speed is above 450 MHz. Actual 2793 MHz Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-04-24_02-06-02PM.
    Please wait ...unzip: cannot find ../stage/Components/oracle.swd.jre/1.4.2.0.4/1/DataFiles/*.jar, ../stage/Components/oracle.swd.jre/1.4.2.0.4/1/DataFiles/*.jar.zip or ../stage/Components/oracle.swd.jre/1.4.2.0.4/1/DataFiles/*.jar.ZIP.
    No zipfiles found.
    Error in writing to directory /tmp/OraInstall2008-04-24_02-06-02PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    pzl help if any
    Regard
    Farnaw

  • Problem installing Adobe Creative Suite CS4

    Hi, I am having a problem installing Adobe Creative Suite CS4. I have uninstalled CS3 and installed my new CS4 and it installs fine. I go to open one of the programmes such as InDesign and I get an alert message "Licensing for this product has expired". I used to have a trail version, so uninstalled that too and still get the same problem, is there anything I can do?

    Not sure if this is your issue . . . check out this knowledgebase article:
    http://kb2.adobe.com/cps/405/kb405970.html
    -markerline

  • Problem installing Oracle9i Developer Suite

    When I try to install Oracle9i Developer Suite in my Windows ME system, the Universal Installer prompt me the following error message:
    "Unable to setup inventory. You may not have proper permissions".
    Does anyone know how to solve this problem.
    I'm new to Oracle, sorry if this is a stupid question.
    Thanks and regards
    Ken

    "Unable to setup inventory. You may not have proper permissions".
    Yes, this error is infuriating.
    In the case of a first-time installation of Oracle9i Database Release 2 Enterprise Edition on AIX 5.3, the answer was to -
    1. Cancel the installation process.
    2. On the server -
    cd /etc
    rm oraInst.loc oratab
    3. Restart the installation process.
    I don't know how applicable this solution is to Oracle9i Developer Suite, but would guess the problem is something similar.

Maybe you are looking for