Unable to find make utility

hi everybody,
i'm trying to install a Oracle 8.1.7 Release3 Db server on Solaris 8. I've already done all necessary settings (/etc/system and so on).
the problem is that during installation i get this message:
"Unable to find make utility in location: /usr/css/bin/make"
i try to check this location and i can see "usr" belongs to root. i see "usr" and i see "css" in it, but i can't get in "css"! not with root either...
any hint about this message???
Thank you!!!
Matte

the problem was i had an installation of Solaris 8i "End user distribution" instead of "Entire Distribution" so that some executable files (like make) were missed.
but now i have another problem: during installation i get this error:
error writing to /opt/oracle/product/8.1.7/Apache/jdk/bin
java wrapper
i've checked the permission and they are ok, then i don't understand why a normal installation gives an error trying to write on an existing path a file taken from the installation cd!
i'm performing a standard installation and it's a standard and stable Orace 8.1.7.
what's happening???

Similar Messages

  • Unable fo find make file "ins_precomp.mk"

    install 9.2.0 client:
    Unable to find make file
    /oracle/product/9.2.0/precomp/lib/ins_precomp.mk
    Why? Please help me!
    Thanks!

    OS : RedHat 9
    Thanks!

  • Airport Utility 5.4.2 was unable to find Airport Extreme base station.

    I downloaded the new Airport Utility 5.4.2 to my 2009 24" iMac with Snow Leopard. Now it is unable to find my Airport Extreme base station or Airport Express. My iMac is connected to the network via the Airport Extreme base station but the Airport Utility cannot find it. All I get is this message "Airport Utility was unable to find any Apply wireless devices. Make sure the Apple wireless device you want to set up is plugged in and in range of your computer and then click rescan to try again". I clicked rescan numerous time with no luck. I even downloaded the Airport Utility 5.4.2 again with no luck. What is wrong??? Everything was working fine until I downloaded the Airport Utility 5.4.2.

    Thanks for the info.
    Following your same steps exactly, I am able to save the configuration file to the desktop, or navigate to another folder to save it at that location.
    I was able to do this previously with 10.5.x and with current Snow Leopard. Notice that you list 10.4.x as your operating system. If you are still running this OS, it could be that 10.4.x does not allow this feature with 5.4.2?
    Not sure if downloading another copy of 5.4.2 would be worth the pain, as I'm inclined to believe that it probably would not help solve your issue. If you decide to do this, please post back with your results.

  • HT3728 AIRPORT UTILITY IS UNABLE TO FIND ANY WIRELESS DEVICE 5.6.1

    Ok So I have bought a 2TB Time Capsule, for the past few weeks we have been doing our backups on it etc and just using our already installed Netgear wireless router. Tonight I decided I would "extend an already existing wireless router" - after following all the steps etc and then clicking apply etc, the Airport Utility said that it would need to restart the time capsule etc. After about 5 mins and it looked like it had frozen, airport utility re-started and now all i get is:
    "Airport Utility is Unable to find any wireless device. Make Sure the Airport Wireless Device you want to set up is plugged in and in range of your computer, and then click rescan"
    I have clicked Rescan like 10 times
    I have quit and restarted Airport Utility as well as my Mac OSX 10.5.8
    I have pulled the Time Capsule plug out of it and restarted it
    I have turned of my airport on my computer and turned it back on again
    I have read a number of posts - yet nothing seems to give me any more options other than to rescan.

    If you are trying to connect the Time Capsule to the Netgear router using a wireless only connection, Apple's "extend a wireless network" feature was designed to only work with other Apple routers. It is extremely unlikely that this setting would work with a Netgear product.
    You will need to start over again and perform a Factor Default Reset on the Time Capsule and then re-configure it back to the original settings that you set up previously.
    Resetting an AirPort Base Station or Time Capsule FAQ

  • AirPort Utility unable to find any Apple Express devices.

    Help! This is getting desperate. I bought an AEX for streaming music to my hifi. Installed it yesterday and it worked on both my desktop (running Vista) and my laptop (running XP). However I was experiencing sound dropouts on the Vista machine so, having researched on this forum, I tried to change a couple of settings in my wireless router (D Link DI524) to try and cure the problem.
    My wireless network is still working fine but since making the changes the AirPort Utility software just keeps telling me that it is unable to find any Apple Express devices and I cannot make a connection. It is the same on both my desktop and my laptop.
    I can't see why changing security settings in the router should prevent the Utility from connecting with the device as it has to do this during set up anyway to be incorporated into the network. I have tried a full re-set to factory settings but that didn't work. Any ideas? Otherwise this thing is going back to the store.

    It's ok. It seems to have cured itself. And downloading Vista Anti Lag has cured the sound drop outs too.

  • Trying to set up time capsule but keep getting message stating airport utility was unable to find any airport wireless device. What do I do know?

    Trying to set up my time capsule on my imac.
    Keep getting message "Airport utility was unable to find any airport wireless devices."
    What do I do now?
    joglenn

    When having difficulties accessing the Time Capsule (TC) via the AirPort Utility, try the following, in order checking accessibility with the utility after each step:
    Check the local connection. If you are trying to access the TC wirelessly, make sure that you are connected to its wireless network before running the AirPort Utility to administer it. If you are still unable to access it with the utility, temporarily connect your computer directly using an Ethernet cable to one of the TC's LAN ports.
    Power cycle the base station. Remove the power adapter's plug from the power outlet, and then, wait 15 seconds before plugging it back in.
    Perform a "factory default" reset on the base station.
    Finally, if you are attempting to access the TC via an Ethernet connection, be sure that your Ethernet port is NOT configured for Jumbo Frames, i.e., using an MTU of 9000+.

  • Why unable to find utility "otool"?

    [with Macos 10.9.5 on MacBookPro]
    I'm fairly fluent in command-line unix, but the following dialog makes no sense to me at all:
    [summer:/usr/bin]68 bobw% which otool
    /usr/bin/otool
    [summer:/usr/bin]69 bobw% ls -l otool
    -rwxr-xr-x  1 root  wheel  14224 Jan 23  2014 otool
    [summer:/usr/bin]70 bobw% file otool
    otool: Mach-O 64-bit x86_64 executable
    [summer:/usr/bin]71 bobw% pwd
    /usr/bin
    [summer:/usr/bin]72 bobw% otool -L /usr/local/lib/libexpat.1.5.2.dylib
    otool: error: unable to find utility "otool", not a developer tool or in PATH
    Can someone please explain to me why I am unable to find/execute the `otool` command?

    The /usr/bin/otool file is a "developer shim" the real command line tool is located within a particular Xcode package.
    Do you have Xcode installed?
    (I'm not sure if you can install the command line tools without installing Xcode.)
    You may have multiple versions of Xcode installed, you then use xcode-select to point to the actual executables.
    Read the man page for xcode-select
    When I run 'otool' with no arguments I get the following usage statement
    Usage: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/otool [-arch arch_type] [-fahlLDtdorSTMRIHGvVcXmqQjC] [-mcpu=arg] [--version] <object file> ...
      -f print the fat headers
      -a print the archive header
      -h print the mach header
      -l print the load commands
      -L print shared libraries used
      -D print shared library id name
      -t print the text section (disassemble with -v)
      -p <routine name>  start dissassemble from routine name
      -s <segname> <sectname> print contents of section
      -d print the data section
      -o print the Objective-C segment
      -r print the relocation entries
      -S print the table of contents of a library
      -T print the table of contents of a dynamic shared library
      -M print the module table of a dynamic shared library
      -R print the reference table of a dynamic shared library
      -I print the indirect symbol table
      -H print the two-level hints table
      -G print the data in code table
      -v print verbosely (symbolically) when possible
      -V print disassembled operands symbolically
      -c print argument strings of a core file
      -X print no leading addresses or headers
      -m don't use archive(member) syntax
      -B force Thumb disassembly (ARM objects only)
      -q use llvm's disassembler (the default)
      -Q use otool(1)'s disassembler
      -mcpu=arg use `arg' as the cpu for disassembly
      -j print opcode bytes
      -C print linker optimization hints
      --version print the version of /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/bin/otool

  • Snow Leopard crashed : unable to find the hard drive in Disk utility

    Hello,
    A few days ago, my computer (running on Snow Leopard 10.6.3) suddently crashed (no recent update, no new software or hardware installation).
    Since then, i'm unable to start the computer. It freezes on the start screen with the apple and the loading bar. Sometimes i've got an empty folder with a question mark.
    I tried to start with the install CD, and when i select Disk utility, it only recognizes the DVD, not the hard drive (then i cannot even try to repair it).
    When i want to re-install Snow Leopard, i arrive on an empty screen on which i'm asked to choose a drive to install on. Of course as i cannot choose a drive, i cannot install.
    Finally, when i try to start with no errors (pressing Maj button when starting), i've got a kernel panic error saying "unable to find driver for this platform ACPI"
    Can anyone help me ?
    thanks in advance.

    Your hard drive has had a serious malfunction. It might be that it is software: your partition table may be corrupt. If so, this may be fixable if you take it to a local Apple certified tech. However, it is more likely that it is hardware and the drive itself has failed. I hope you have a backup. If you do, you will need to replace the drive and restore the backup to the new drive. If you don't and you have important data on that drive (and if you have important data, why don't you have a backup?) you will need to contact one of the data recovery services, such as Drive Savers or Rescuecom. Be advised that the price for data recovery starts at $200 and heads upwards really quickly, depending on what the exact problem with the drive is. I have seen data recovery charges of $3000 and more for seriously screwed up drives.
    Having a backup is a lot easier and a lot cheaper.

  • On Windows XP: AirPort Utility was unable to find any base stations

    hi, I've been using AirPort Extreme for at least a year to connect both my eMac and my Lenovo Thinkpad which uses Windows XP. yesterday my Thinkpad was infected with a virus and I went through a lengthy remote session with Norton Antivirus tech people to get rid of it today. Sometime in the middle of the session the Thinkpad stopped being able to connect to the AE wireless network. I got back on the internet by plugging the Thinkpad directly into the router.
    Now on the AE utility it says "unable to find any base stations." so far I tried uninstalling and reinstalling the AE utility and unplugging and restarting the AE base station. On my eMac everything seems to be fine.
    Please help!

    Thanks for your instructions. Basically the same results happened. Is there something else I should be doing on the PC notebook end to connect? The AirPort Utility on my PC still doesn't see any base stations. So using the Access Connections setup the only way I could see to connect with a password was what I described in the previous post. Access Connections sees my network, but fails to connect to it.
    Just to be clear, there hasn't been any problem with my notebook seeing the network. For a long time until recently it was seen by the AirPort Utility on the PC. When Access Connections fails to connect it asks if I want to configure the network and there's a bunch of settings. Connection type: infrastructure or Adhoc, Wireless security type "use static WEP keys", "Use Wi-Fi protected Access - Pre Shared Key (WPA-PSK)" - that seems to be the right one, so I choose it and under Properties there's more options. Access point authentication, WPA-PSK or WPA2-PSK; I've tried it both ways. Data encryption: TKIP or AES, I've been using TKIP. Under Pre-Shared Key, there's the only box I see to enter a password (see previous post).

  • Airport utility was unable to find any airport wireless device

    Installed Airport Extreme connected to my PC running XP Pro. Configured my wireless network successfully. Updated to Aiport Utility for Windows ver 5.5.2 and the Airport Utility shows the 'unable to find an Airport wireless device' message and the 'Rescan' button. I uninstalled the upgraded Utility software, unplugged the Airport Extreme, installed the original software from the supplied disc, held down the reset button while plugging the power back in and waited till I got the amber/green fast flashing lights at which time I released the reset button.  No change. Then upgraded the Airport Utility back to 5.5.2 and still no change.  I can connect to the web from my PC and to an open wireless network named Apple Network f9561d.
    Any help getting access to my Airport Extreme greatly appreciated. Thx

    PC was/is always directly connected to Airport Extreme via ethernet. Windows XP Pro firewall always has been disabled (double checked). No firewall software.  Disabled PC Tools malware protector.  No virus protection or scanning software.
    Only things showing in toolbar are NVidia Settings, Windows Volume Control, Network Connection icon,Safely Remove Hardware Icon and the time.
    Don't have anything running that would block any ports.
    Airport Utility for Windows is version 5.5.2.
    Did another factory(?) reset as described before and pressed 'Rescan' button 15 times with no change. Devices connected via wireless are Nexus smartphone & HP laptop running Vista. All can access Internet, but slowly.
    Tried rebooting PC several times with no difference. Tried plugging the PC ethernet cable into different ports in the Airport Extreme before I realized that I could always access the Internet from the PC so I was wasting my time : )
    Tonite I unhooked my DLink wireless router, hooked up the Airport Extreme, installed the software, configured the network (perfectly) and then checked for and installed the
    Airport Utility software upgrade (no others). As soon as it finished installing, I ran it and ended up with the error. I didn't install anything else or even run any other software. I saved the configuration, checked for and installed the upgrade.  I haven't changed ANY settings on the PC or run any software other than Firefox to create my Apple account to report this problem.
    Any help greatly appreciated.

  • Unable to find type[ ]: make sure that the assembly containing this type is loaded.

    I created an Enum, and while trying to run it by running the command [MyNamespace.MyEnum], I get the error that says
    "Unable to find type[MyNamespace.MyEnum]: make sure that the assembly containing this type is loaded." This is what my enum looks like
    $enum = "
    namespace MyNamespace
    public enum MyEnum
    value1 = 0, value2 = 1
    Add-Type -TypeDefinition $enum -Language CSharp
    Does anyone have an idea why I keep getting this error? I really appreciate the suggestions. Thanks.

    Thanks for that feedback Peter Ziganki....I actually just got it to work as well. I had to run the code first to load it before running that command. Sorry I am new to PowerShell, so am making serious newbie mistakes:)
    Thanks.

  • Deskjet 3512 connected to wireless network but utility says 'Unable to find printer'

    1. Product Name and Number
         • HP Deskjet 3512
     2. Operating System installed (if applicable)
         • Windows 7 64-bit
     3. Error message (if any)
         Unable to find printer.
        Facts:
    - Printer is connected to network. Panel LED is unblinking blue and the status indicates the correct SSID for my network. Also the router config page indicates that the printer is connected with a correct IP (192.168.1.XX).
    - Wireless Network Test Results diagnostics of the printer states that all PASSED, except that the Internet says 'Not connected'.
    - Tried to ping the IP that the printer panel says, but cmd says: Destination Host Unreachable. Tried arp -a after that but it does not show the IP & MAC address of the printer.
    - Turned off: Windows firewall, router firewall (Telus Actiontec V1000H) and disabled MAC Address Control and uninstalled Avast AV and reboot.
    - Cannot access printer Embedded Web Server.
    - Tried the HP Print and Scan Doctor and it didnt find the printer. And when it did find it, it was by using the USB cable. After selecting the fixes, it came to 'Unable to Find Printer again'.
     4. Any changes made to your system before the issue occurred
         • No changes. Bought the printer and I'm having this issue.
    PLEASE HELP!

    To start out sounds like this is a driver issue. I want to start with being sure that the removal of the software and reinstallation happened in the best possible fashion. I want you to follow my steps so I can be sure that we are both starting on the same page.
    First if you use a USB cord, make sure to remove it (this is important). Do not plug it back in until the software directs you to. Then go through the Devices and Printers, Programs and Features and Device Manager folders and insure that all copies, files, and programs related to the printer are removed. Then as directed, restart the computer.
    In the START menu type "%temp%" and press ENTER. Here I want you to press Ctrl+A and hit DELETE. Some of the files will not allow you to delete them, skip those files and delete the majority that allows it.
    find and install the FULL FEATURE SOFTWARE if it is available :
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&lc=en&dlc=en&product=5241114
    Install that and let me know the result!
    Have a great day!
    -Spencer

  • "Airport Utility was unable to find your Airport after restarting"

    Airport Express B has been working great for two years, and suddenly it can't be found in Airport Utility.
    When I hard reset it, and re-set it up again, I go through the whole procedure, using the Utility to write the new settings : "The settings for this Airport Express have been successfully updated...waiting for Airport Express to restart" and at that point nothing happens - the light stays continuously green, no restart, and shortly afterwards I get the failure message "Airport Utility was unable to find your Airport wireless device after restarting".
    I come out of Airport Utility, reopen it, and it can't find the Airport Express. Nothing. A £65 brick that has ceased to be, and this forum is full of people with similar problems. I've tried all of the fixes, including hard-wiring it using Ethernet, and again it goes through the whole procedure abut when trying to restart the AE, fails to find it.
    Are Apple making any response to these issues ?

    Thanks Martin - I can download it from the Apple website, according to this discussion :
    http://discussions.apple.com/thread.jspa?threadID=1085243&tstart=30
    My concern is that a) it may not work with an Intel MBP, and that it may break my Airport - totally. Could you let me know what you're running it on ?

  • Airport Utility was unable to find your Airport device after restarting.

    - I just updated the firmware on my base station (it a white dome?? i think snow?) to 5.7
    - I am running AirPort Utility 5.5.2 (also recently updated)
    - I have (3) AirPort Expresses (just updated firmware yesterday) and now are not being seen in the airport utility. They had been running for about two years just fine.
    I have done a hard reset and was then able to see the Airport Express and go through set up. Upon finalizing the set up I get this message:
    "Airport Utility was unable to find your Airport device after restarting."
    This is happening with all 3 AirPort Expresses

    Hello !
    I had the same kind of problems when I upgraded to the latest version of Airport (5,7).
    The Airport express seemed to have been disconnected, and nothing I could do to reconfigure it, after hard resetting it, seemed to be working.
    I did two or three hard resets before remembering having been in a situation like that a while ago.
    I went back to the Mini, **deactivated the firewall (in the "preferences" panel), then deactivated also the firewall of the Modem/router provided for my internet connection. Then I went in the other room and did another hard reset of the Airport express, came back in the mini's room, opened the Airport utility, the icon of the Airport express was already visible (which wasn't the case before... ), did the re-configuring.
    The reconfigured Airport express reappeared very quickly, then I reactivated the firewalls of the Mini and the router. Voilà !
    It took less than two minutes !
    And since then the Mini have been streaming music without a glitch to the Airport express.
    I hope this will help you and others !

  • "Airport Utility was unable to find your airport wireless device"

    I recently bought an Airport Extreme to replace a D-Link DGL4300. My network is as follows: DSL > Modem > Airport Extreme > Ethernet and Wireless clients (wireless clients include my iMac and my wife's MacBook). This worked fine for about 2 weeks, until my wife's MacBook started having connectivity issues. I did a soft reset on the Airport Extreme, and . . . poof. No internet for anyone. I did a hard reset and used the saved profile that had previously worked (for at least my computer), and after the Airport Extreme restarted, I received the dreaded "Airport Utility was unable to find your airport wireless device". I have repeated this cycle several times with complete power-downs of the modem, the Airport Extreme and all clients, with no change in result.
    What's odd is that even though Airport Utility can't find the Airport Extreme, my home network works fine (i.e., all clients can talk to an internal media server and each other), but there is no internet at all. Any ideas?

    Alex Fisch wrote:
    "Airport Utility was unable to find your airport wireless device"
    Until you can complete the configuration process, try connecting your Mac to the AirPort Extreme with an Ethernet cable to see if that allows AirPort Utility to see the Extreme.

Maybe you are looking for