Solaris 8 - "make" utilty missing

I just brought a Solaris8 for Intel from this Web site. After installing the Solaris, I tried to install the bonus software "Oracle 8i". But it turn out an error message "can not found /usr/css/make utility for linking the Oracle Kernel". I also tried to find the make in the whole system and it doesn't have the "make" utility. Can I get it from somewhere?
Thanks in advance

If make is installed, you should find it under /usr/ccs/bin/make;
it's part of the package SUNWsprot (Solaris Bundled tools):
<pre>
% pkgchk -l -p /usr/ccs/bin/make
Pathname: /usr/ccs/bin/make
Type: regular file
Expected mode: 0755
Expected owner: bin
Expected group: bin
Expected file size (bytes): 241668
Expected sum(1) of contents: 30905
Expected last modification: Sep 13 19:32:36 1999
Referenced by the following packages:
SUNWsprot
Current status: installed
</pre>
You probably didn't install the complete solaris system, only a
subset ...

Similar Messages

  • Acrobat XI PDF maker files missing

    Have just installed XI. I run Win7 and 32bit Office 2010. PDF export ribbon in showing in word and you can create pdf from this.
    The problem arises if you use the right click 'create pdf' function. More importantly, when using the merge multiple files to PDF function. In both cases it works ok with excel but fails on word (in the case of the merge multiple file function all other types f file go in but the word file fails)
    I get he message 'PDF maker files missing'. It suggests a repair that I have tried but that doesn't help.
    I have checked the COM add in isn't disabled. It's not.
    Just can't get this working. Help!!!

    Is it that none of the right click options are not working (Create PDF, Create PDF and Email or Combine only)?
    Try converting the word file by dragging and dropping the file to Acrobat interface/icon.
    Are you able to convert the word document to PDF from Acrobat Ribbon (Acrobat-> Create PDF) from within the word application?
    Is the issue with a particular word file or happening with all the word files?

  • Solaris 8 make utility needed

    I am running solaris 8 on an intel celeron system. I have been trying to install Oracle 8i but with no success. I require the sun make utility for compilation of the program. I have tried the gnu make utility but it doesn' t work completely. I someone could send make a copy of the utility or tell me where it can be found the would be very helpful.

    The make you are looking for should be in /usr/ccs/bin. You can type whereis make to locate it if it's not in the above path.

  • Solaris specific cmake files missing in XMP toolkit

    XMP_Config.cmake references Solaris specific files:
            execute_process(COMMAND "uname" OUTPUT_VARIABLE OSNAME)
            string(TOUPPER "${OSNAME}" OSNAME)
            if ( ${OSNAME} MATCHES SUNOS)
                execute_process(COMMAND "uname" "-p" OUTPUT_VARIABLE PLATFORM_SUNOS_ARCH)
                string(TOUPPER "${PLATFORM_SUNOS_ARCH}" PLATFORM_SUNOS_ARCH)
                if ( ${PLATFORM_SUNOS_ARCH} MATCHES SPARC)
             include(${XMP_ROOT}/build/XMP_sunos_sparc.cmake)
                else()
             include(${XMP_ROOT}/build/XMP_sunos_intel.cmake)
                endif()
            else()
         include(${XMP_ROOT}/build/XMP_Linux.cmake)
            endif()
    However, these files do not exist in the build directory (or anywhere in the package).
    I am trying to get this compiled on Solaris, so this is causing me grief.
    Where can I get these files?

    Hi Bejhan,
        XMP SDK is not supported on Solaris platform. In past we provided support for Solaris and by mistake this code was left in SDK. I can help you to build the xmptoolkit for Solaris but you have to do some more work on your side to get it done. Again, you may face crashes on SPARC Solaris due to endian (big & little).
       Please follow the following steps in order to build it on Solaris
      1. Go to the build/shared directory
      2. Create a copy SharedConfig_Linux.cmake and name it SharedConfig_sunos_sparc.cmake OR SharedConfig_sunos_intel.cmake depends whether you are using SPARC or intel processor.
      3. Make some changes in newly created cmake files
         a. set XMP_PLATFORM_FOLDER to intelsolaris<_x64> or sparcsolaris<_x64> (depending upon 32/64 bit machine. for 64-bit machine add _x64 suffix)
         b. Set XMP_GCC_PATH=<gcc path>
         c. Set XMP_GCC_LIBPATH=<gcc libpath>
    4. Make a copy of ToolchainRelEng.cmake to ToolchainRelEng_sunos_<intel/sparc>.cmake and fix the gcc path's
    Hope this will help you.
    -Sunil

  • Solaris 10 iSNS server missing

    The Solaris 10 Documentation -> System Admin Guide: Devices and File Systems (June 2009) - Chapter 15- "Configuring and Managing the Solaris Internet Storage Name Service (iSNS)" has a section called
    "Configuring the iSNS Server"
    I have one Solaris 10 U7 server (x86) and Solaris 10 U8 server (sparc.) Neither have and services or packages matching "isns." The "isns" and "isnsadmin" commands are both missing. The U7, U8 and U9 DVD's do not contain any packages for matching isns.
    The Oct 2009 version of the "Devices and File systems" documentation has omitted this chapter.
    Was this never actually deployed? Or is it a separate download? How can I install it?
    Thanks

    To my knowlege Solaris 10 never had an own bundled iSNS server.
    iSNS is a feature of OpenSolaris/Nevada.
    If you are lucky there are packages you can install on Solaris 10 at the Opensolaris site.

  • Pls, its urgent... change IP,netmask and broadcast on solaris 8- make them permanent after reboot

    Hi,
    I want to change an IP and netmask and broadcast of a machine using solaris 8 but after I reboot the changes are lost. The IP is remembered but the netmask and broadcast are lost. In /etc/netmasks the last line has the new netmask that I established, all the lines before this line are comment.
    I do:
    ifconfig bge0 down
    ifconfig bge0 new_IP netmask new_netmask broadcast new_broadcast
    ifconfig bge0 up
    It works for the moement, but after I reboot it does not work any more and I have to do it all again. What should I do to make the changes permanent?
    Thank you for your help!
    Serban

    To make the netmask permanent and with the result the broadcast as well you need to make changes to the /etc/netmask file.
    You say that u have done it but it seems that the entry is not right.
    The way to make the entries is to have the proper network no followed by the netmask.Calculate the Network Number based on the IP and netmask and put in the right entries.
    The entry shd be like
    192.168.1.0 255.255.255.0
    Which means that for all the IP addresses in the range 192.168.1 would have the subnet mask of 255.255.255.0
    And i suppose u have the right ip address in the /etc/hosts file.

  • After "make oldconfig" missing many drivers

    I´m building kernel packages this way: I take the pkgbuild from 2.6.14 and change it to version 2.6.15RC5. I copy the config from the old kernel into the folder for the new package. Then I start the build. When the new sources are unpacked  I break it and cd to src/linux2614. There I remove all the config and .config files.
    Then I copy the old config file there and run "make oldconfig". Only a few changes to make. But after that the size of the config drops from 49KB to 25kb and when I do a diff I see lots of drivers missing and many are changed from "y" or "m" to "n".
    Do I something wrong and what way use our kernel maintainers :?:
    AndyRTR

    tomk wrote:
    In the official PKGBUILD, change this line:
    yes "" | make config
    to
    make oldconfig || return 1
    When you run makepkg now, it will go automatically into oldconfig, and continue the build when you're finished.
    enabling make oldconfig in the PKGBUILD file doesn't seem to give me chance to move my old .config file to the source directory.  I achieved the same by ctrl-z to pause makepkg and then copying the my .config flie to the appropriate directory.  Surely there is an easier way to configure with  an old .config and makepkg.  This whole process seems a lot more complicted than using the old /usr/src method.  There it is just a question of
    make old_config
    make && make modules_install
    Coulnd't be easier.

  • Solaris Express 2/07 missing icons with error message...

    HI,
    I installed SE 2/07, when I try to log in remotely (using reflections or VNC) I get the following message, but some icons are missing are replaced for a generic one... weird... any help?
    Thanks!
    The message reads..
    "There was an error starting the GNOME Settings Daemon.
    Some things, such as themes, sounds, or background settings may not work correctly.
    The last error message was:
    Unable to determine the address of the message bus (try 'man dbus-launch' and 'man-daemon' for help).
    GNOME will still try to restart the settings Daemon next time you log in.
    Any idea hoe to fix this?

    Yep. The problem seems to be that you don't have dbus running.
    I did as the man page said and put this in my ~/.vnc/xstartup :
    dbus-launch gnome-session
    gnome-terminal geometry 80x24+10+10 title="My Desktop" &
    And everything works without error again.
    Cheers,
    James

  • VSO agile template adding link task as child makes parent missing from backlog

    HI,
    I have a tasks in my backlog for iteration, if I add a new child task for this as a linked workItem, the parent task doesn't show up in backlog/task board. If I go to stories view, and show hierarchy I can see both the parent task and child task as hierarchy.
    a) How I can see task hierarchy in backlog view
    b)why parent tasks gets invisible from backlog view, when a child link item is added
    Thanks
    singhhome

    Hi singhome,
    Nested tasks will make the parent task disappear, you will just see the PBI and the lowest level child task show in Backlog and Task board. It is not support nested tasks for board view, board does not show the intermediary nested tasks.
    It's the same with on-premise TFS, and you can refer to the link below for more information:
    http://nakedalm.com/tfs-2012-agile-planning-tools-issue-nested-tasks-makes-the-parent-task-disappear/
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PDF Maker Tab missing, Convert Word to PDF w/ Hyperlinks TOC

    Hello all,
    I have been reading documents for days and still do not have any answers.  Obviously frustrated, but still going strong.
    Here is my situation, we have word documents that we are converting to PDF that have TOCs/ Hyperlinks and Bookmarks in that are not converting to the PDFs.  The guests will be viewing these documents in a PDF reader.
    I am using MS Word 2013 and Acrobat XI Pro on Windows 7 Professional 32-bit.
    Everything I read keeps talking about a Adobe Tab in Office.  I have checked to make sure the add-in is selected but nothing appears.
    Please help, I just talked our company into spending the money for Adobe and now it is not working.
    Thank you for your help,

    Certainly you need the Acrobat tab in Office, it's that which you need to focus on fixing.
    Have you applied all updates to Acrobat XI? What version do you currently have (11.x.y)?

  • The PDF Maker tab missing from all MS office 365 programs. How do I get it back?

    I have the 30 day trial version of MS office 365 and I upgraded my Adobe Actobat to a  new Acrobat Std subscription.  Why do I not have the PDF tab in the office applications?  How do I get it?

    Hi janineiej, I've moved you questions to the Creating, Editing & Exporting PDFs forum. An expert there should be able to give you the information that you're looking for.
    Best,
    Sara

  • In firefox 4 RC, some addons installed suddenly disappear, but checking the profile, some of the missing addons related files are still here, how to make the addons back?

    I use firefox 4 form beta 9 to RC (zh) now and there are also firefox 3.6 installed in computer. One day when I open Fx 4 RC, some (actually a lot but not all) of the adoons just disappear. When I check on about:addons page, some addons installed do not appear in the list.
    The addons '''REMAINED''' including:
    * addons I already used in Fx 3.6 (like webmail notifie , xmarks)
    * ''addons only can use in Fx 4'' (like Open Web Apps for Firefox).
    The addons '''DISAPPEARED''' including:
    * addons I already used in Fx 3.6 (like yoono)
    * '' addons installed when using Fx 4'' (like updatescanner, Thumbnail Zoom).
    But when I check the profile(by Help > Troubleshooting Information>Open Containing Folder) , some (not sure is it all) of the missing addons related files are still here [lucky], so any one know how to make the missing addons back?
    Some more details:
    * This happened when i use RC for already a few days and keep on even i restart Fx and windows.
    * The bookmarks, history, search engine and even themes and icon setting are still here. [ I only sync bookmarks but not history for both xmarks and firefox sync.]
    * This addons are really '''disappeared''' but not disable only!
    * This number of addons missed, as i remember, at least 30, should be more than that number bacause some of them are installed but in disable mode.
    * I try to install back one of the addons - Stylish, the installed code are still here.
    * It is nearly an impossible mission to install every missing addons again, as it really kill my time.

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar to do a compatibility check.

  • Office 2010 : PDF Maker Pane is missing in ribbon

    Hi,
    After upgrading from MICROSOFT Office 2007 to 2010, I notice that PDF Maker is missing in Office Ribbon.
    I tried Repairing & Reinstalling ADOBE Acrobat 9.0 (+ Update to 9.3.2) but still the same problem.
    Another try :
    Fresh install of Windows XP SP3 + Office 2010 Pro + Acrobat 9.0 + Acrobat Update to 9.2.0 + Acrobat Update to 9.3.2
    Same Problem
    COM Addin is active but PDF Maker Pane is missing in Office 2010 Ribbon.
    I tried soluce in article 330984 (kb) but without success.
    ... so is Acrobat PDF Maker Addin is compatible with Office 2010 Pro (Word, Excel, ...) ?
    Is there a fix or should I wait next patch from ADOBE ?
    Any help would be greatly appreciated.

    @Pramod Sarma
    I've updated my Acrobat to 9.3.4, rebooted my system, I see the Add-in under Options> Add-ins>  Active Application Add-ins and can choose it under COM Add-Ins.  BUT  it does NOT show up in the Menu Bar of the Program Word, Excel, etc.  No Tab, No nothing.  Its still doesn't work.
    Does anyone have a trick to reactivate it somehow?
    AND by the way,  YOU CAN select Save-As and Select PDF and it works JUST fine!  I just did it.
    Also, as fix for all of you that say we are whining about not having the PDF maker "QUICK" links in the menu-bar, YES you can click File>Print and choose PDF to print to as well.
    It would just be nice to have a ONE-CLICK option back.
    Thanks!
    SO, to RECAP... you can do the Two or Three Click options of PRINT and choose PDF or you can do SAVE-AS and choose PDF.... BUT again it would be nice to have a working ONE Click option.  Thank you again

  • Lpadmin missing -A option in Solaris 10

    Hello all,
    When I issue the lpadmin command in Solaris 10, it is missing on the -A option. This is indirectly causing the printmgr gui to fail while adding printers.
    here is the output from lpadmin
    Solaris 10
    sunfire:root >lpadmin
    Usage:
    lpadmin [-h server] -d destination
    lpadmin [-h server] -x destination
    lpadmin [-h server] -p printer [-c add-class] [-i interface] [-m model]
    [-r remove-class] [-v device] [-D description]
    [-P ppd-file] [-o name=value]
    [-u allow:user,user] [-u deny:user,user]
    Solaris 8
    acctgfin:oracle >lpadmin
    Usage:
    lpadmin -p (printer) (options)
    lpadmin -x (dest)
    lpadmin -d (dest)
    lpadmin -S print-wheel -A alert-type [ -W minutes ]
    [ -Q requests ]
    lpadmin -M -f form-name [ -a [ -o filebreak ]
    [ -t tray-number ]]
    The difference in parameter is causing the printmgr to fail.
    Any help to resolve the issue is appreciated.
    -Jey

    Excellent stuff, i'm still a bit confussed, can you just confirm something for me.
    In the syslogd man page it says this
    svc:/system/system-log/config/log_from_remote
    This property specifies whether remote messages are logged.
    log_from_remote=true is equivalent to the -t command-line
    option and false is equivalent to the -T command-line
    option. The default value for -log_from_remote is true. See
    NOTES, below.
    but -t in the man page says this
    -t Disable the syslogd UDP port to turn
    off logging of remote messages. See
    FILES.
    So the man page says it needs to be true, you're saying it should be false can you just confirm the man page is wrong.
    I'm seeing this with netstat
    skippy> netstat -nafinet|grep 514
    *.514 *.* 0 0 49152 0 LISTEN
    config/log_from_remote boolean true
    Thanks
    Daz

  • Installing Oracle 11g 11.2.0.3 on Solaris 11.1

    I'm trying to install the Oracle Database 11g release 11.2.0.3 on to Solaris 11.1. I've place the command below and the results of the command. Please see below:
    ./runInstaller -executePrereqs
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 180 MB. Actual 2971 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 3554 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-11-08_04-50-43PM. Please wait ...louis@Solaris_T510:~/Downloads/Oracle_Database-11g_11.2.0.3/database$ Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-2" to type FontStruct
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-13" to type FontStruct
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-5" to type FontStruct
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-7" to type FontStruct
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-9" to type FontStruct
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-15" to type FontStruct
    Warning: Cannot convert string "-ricoh-hg gothic b-medium-r-normal--*-140-*-*-m-*-jisx0201.1976-0" to type FontStruct
    Warning: Cannot convert string "-ricoh-hg gothic b-medium-r-normal-*-*-140-*-*-m-*-jisx0208.1983-0" to type FontStruct
    Warning: Cannot convert string "-ricoh-heiseimin-w3-r-normal--*-140-*-*-m-*-jisx0212.1990-0" to type FontStruct
    Warning: Cannot convert string "-hanyang-kodig-medium-r-normal--*-140-*-*-m-*-ksc5601.1992-3" to type FontStruct
    Warning: Cannot convert string "-monotype-song-medium-r-normal--*-140-*-*-m-*-gb2312.1980-0" to type FontStruct
    Warning: Cannot convert string "-hanyi-ming-medium-r-normal--*-140-*-*-m-*-big5-1" to type FontStruct
    It appears to me that I'm missing a Font library that may be causing this warning to occur. Can anyone provide me with a solution to this problem. If there is an additional package that needs to be installed, please point me in the direction to locate it.
    The prerequisite panel does show on the screen giving me a waring about the size of the swap partition.
    Thanks

    user457508 wrote:
    The exact command that I'm using is at the begining of this post.
    That is the runInstaller command I believe. I was referring to the command you used to log in to an account on the server.
    I'm logged on local to the machine as a use that uses sudo when required. The installation files are under my Download directory. When veiwing the command please notice the I'm only using the prerequisite option on the command.
    Did you sudo to the account that you are using to install ? If so, do not use sudo - try logging in directly to the account that you want to use for the install. Once you do so, xclock must work without errors for the runInstaller to work.
    As I said earlier it appears that I'm missing a Font Library, can you tell me where I can find the fonts that are missing? The errors that I'm getting are just Warnings.
    Someone suggested that I continue with the install and use the ignore option on the command line. How do I find out what the option is or what should be in the command?
    As I mention earlier the documentation that I have about installing Oracle Database 11g in a Solaris environment makes heavy reference to Solaris 10. Very little about Solaris 11 or 11.1. That is also confusing me. What should I do to move forward?
    ThanksHTH
    Srini

Maybe you are looking for

  • Concurrent HOST program calling a proc to log using fnd_file.put_line

    Hello all, I have a concurrent HOST program that does 3 main things 1. Calls a sqlplus program to do some initializing. This program is a proc in a package. 2. Runs sqlldr to load data to custom tables. 3. Calls a sqlplus program to do manipulate the

  • Why do I get "error 6" message when porting my applicatio​n to XP?

    Hi, I've developed an application a few years ago, it is running on several pcs, now. This application reads from RS232, through a 232/485 converter, from a network of sensors, then writes all the data on disk. The pcs run Windows XP Pro. The app was

  • Flash Player issues when I run project

    I am running Flex on Windows and get the error: Flex Builder cannot locate the required version of Flash Player. You might need to install Flash Player 9 or reinstall Flex Builder. I have tried the following: Downloading the 12/03/2007 update Windows

  • Application scroll bar not appearing.

    Hi, I have a canvas inside an application container with constraints 10 along all sides. I have a panel inside the canvas which has constraints of 10 from bottom left and right and some x length from the top. Now if the panel children does not fit in

  • How to create an eclipse plugin?

    Hello! I'm looking for tutorials, manuals, ebooks about creating my own eclipse plug-ins. There is no forum category specially dedicated for that so i'm writing my post here... Thanks.