How to configure CUPS in Solaris 10 X86 and SPARC

Dears,
I need help in configuring CUPS for Solaris 10 X86 as well as on SPARC.
What i did?
Downloaded the CUPS 1.5.0
read the readme.txt
read the INSTALL.txt
Pre-req installation requires :-
CFLAGS= -i /some/directory \
CPPFLAGS = -i /some/directory \
CXXFLAGS = -I /some/directory \
DSOFLAGS = -L /some/directgry \
LDFLAGS = -L /some/directory \
./configure --
It errors out with
checking for gawk ... no
checking for mawk... no
checking for nawk ...nawk
chekcing for gcc ... no
checking for cc ... no
checking for cl.exe no
Configure error: no acceptable C compiler found in $PATH
see 'config.log' for more details
I installed all the missing dependencies from www.sunfreeware.com and I have the same problem.
I also tried to install the software packages from the operating system dvd... like for
ls -lrt gcc
gcc "SUNWgcc", "SUNWgccS", "SUNWgccruntime"
ls -lrt cc
cc "SUNWgccruntime", "SUNWlccom", "SUNWcctpx", "SUNWccisgn" , "SUNWccinv", "SUNWccfwctrl", " SUNWccfw", "SUNWccccrr", "SUNWccccr", "SUNWccccfg", "SUNWislcc",
"SUNWaccu", "SUNWaccr", "IPLTccons", " SUWgccs", "SUNWgcc", "SUNWmccom", "SUNWmcc", "SUNWusbccids", "SUNWusbccid"
ls -lrt gawk
no results
ls -lrt mawk
no results
ls -lrt cl.exe
no results
Is there any way should i follow apart from the above?
Rgds,
Mky

Check pkginfo -l for each package.
export the PATH variable where the packages are installed, like /usr/local/bin and etc.

Similar Messages

  • How to Configure MS Exchange 2007 CCR and SCC Cluster in a single system

    Hi i want to configure ms-exchange 2007 server for both SCC and CCR. i have two Windows Server 2008 on running on my hyper-v. by using cluster on both hyper v i want to install MS-Exchange 2007 for both SCC and CCR. ideally one windows server 2008 has
    Active Nodes and another one has passive nodes. please guide me as i am new in the field

    Duplicate of
    http://social.technet.microsoft.com/Forums/exchange/en-US/edea43a1-59b4-4d26-9b41-76d0f4677095/how-to-configure-ms-exchange-2007-ccr-and-scc-cluster-in-a-single-system?forum=exchangesvrgenerallegacy#c6e08365-c01a-40aa-a8bc-94219757ef13
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • How to configure MDT tool kit files and UDI settings to enable lite touch installation

    please assist me for lite touch installation. i have integrated MDT 2013 with SCCM 2012 R2 then not sure what next? like how to configure MDT tool kit files and UDI settings to enable lite touch installation

    Here are some examples:
    http://www.windows-noob.com/forums/index.php?/topic/5250-using-sccm-2012-rc-in-a-lab-part-18-deploying-a-udi-client-task-sequence-with-mdt-2012-rc1-integrated-in-configuration-manager-2012/
    http://damonjohns.com/2013/08/20/integrating-udi-into-your-sccm-osd-task-sequences/
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • JavaFX for Solaris x86 and/or OpenSolaris

    Will there be a release for Solaris x86 and/or OpenSolaris. WHats up DoC!

    According to Metalink Doc ID 742060.1, modified 28-Sep-2009, it appears that 4th Quarter Calendar Year 2009 will see a Solaris x86-64 release of 11.2.0.1
    That's good news!
    Chris

  • SAP on solaris x86 or sparc

    Hi,
    Can you please let me know the advantages of running SAP on Solaris X86 or SPARC machines. Which is recommended?
    Thanks
    Joyce

    > If the compnay has very few end users to work on SAP i.e. less than 50 users, then x86  is suited.
    > FOr large ended systems that is for large number of users to work on SAP, SPARC is better choice.
    > SPARC is recommended.
    I'm sorry but this is simply not true.
    x86_64 is VERY suited for big systems, we run x86_64 systems with 1000+ users, on Solaris and on Linux.
    Solaris on x86_64 is a very good choice, a mature OS with lots of features (zones, ZFS...) running on affordable hardware.
    SPARC is a RISC architecture, there are even drawbacks in performance if you use e. g. T-series systems (UltraSparc) for ABAP systems and databases (see Oracle Metalink ID 781763.1 - "Migration from fast single threaded CPU machine to CMT UltraSPARC T1 and T2 results in increased CPU reporting and diminished performance").
    So it's a matter of taste and choice - and money.
    Markus

  • Reg: How to Configure internet for solaris 10 in x86 32 bit

    Hi,
    I am new to Sun Solaris can any one help me detailed step of how to configure internet for standalone pc. Thanks in Advance
    Thanx
    MA

    OK, the classical way:
    Open a terminal.
    Type
    ifconfig -a
    ifconfig -a plumb
    ifconfig -a
    Note the differences, it will plumb ALL available interfaces this way. So, now you can see, which device is your network card.
    Then perform a
    ifconfig <interface> unplumb
    for all the newly interfaces (aka those, that were new in the last ifconfig -a output).
    Then, the simple way:
    cd /etc
    vi hostname.<interface-driver-name>0 (example: hostname.rge0, the driver would be rge, the instance is 0, and rge0 would have been displayed as an available interface in the last ifconfig command). Add the name of the host into this file.
    Then
    vi /etc/inet/hosts
    and add the pair of IP-address and hostname.
    If needed:
    vi /etc/inet/netmasks
    if you have a sub-divided network, and you need a differenbt subnet mask...
    Then:
    vi /etc/defaultrouter
    and add the name or ip-adress of the gateway... (name only, if you have that name also in the /etc/inet/hosts file!)
    Also:
    vi /etc/nodename
    and add the name of your host into that file, so that the system knows, who it is... ;-)
    And: For the DNS you can then add the infos into:
    /etc/resolv.conf
    For example:
    nameserver 192.168.2.1
    or some such...
    Then, as the last but one step:
    ls /etc/nsswitch.*
    and:
    cd /etc
    cp nsswitch.<what you need> nsswitch.conf (should be .files here!)
    And the reboot... ;-)
    HTH!
    Matthias
    P.S.: There might be some GUI, but I'm an old-timer, so I prefer the command-line version of things...

  • How to configure PPPoE in solaris 10

    Hi
    As I have to configure Internet in one Intel based Solaris box [Solaris 10] can you tell me the steps how to configure it as I have Brodband connection of Iqara.

    hi,
    did you configure your interface for pppoe? the first step is configuring your interface for ppoe and then you can define a pppoe access server.
    please look at http://docs.sun.com/app/docs/doc/816-4555/6maoquija?a=view for details.
    yavuz

  • Is there a 64-bit gdb for Solaris (I need both x86 and Sparc)

    I'm looking for publicly available versions of gdb for both SPARC and Intel. I'm the current
    developer of the NetBeans gdb module and we've had bugs filed that our Solaris users
    can't debug 64-bit applications.
    I've built a 64-bit gdb but its trying to dynamicly load a 32-bit .so (libexpat.so.0). I can still
    run it by setting LD_LIBRARY_PATH, but can't figure out how to configure my gdb build
    to use the right libexpat. Even if I could, I need something like the companion CD or
    sunfreeware.com to provide (I'd even settle for gdb.gnu.org:-)
    If anyone knows of publicly available versions, please email me.
    Thanks,
    Gordon

    Again, I think you need to check the Microsoft web page, as I was able to find 64 bit versions of IE8 for download.
    The URL to access the page is
    http://windows.microsoft.com/en-US/internet-explorer/downloads/ie-8
    From that page, I am able to select a 64 bit version of IE 8 for the following Operating Systems
      -- Windows XP 64 Bit
      -- Windows Vista 64 Bit
      -- Windows Server 2003 64 Bit
      -- Windows Server 2008 64 Bit
    Windows 7 is not listed as an option as it already comes with IE8 installed by default.
    Looks to me that Microsoft has already released a 64 bit version of IE8.
    In fact, I went ahead and downloaded IE8 for Windows 2003 Server x64 bit, and looked at the details of the file.  Each microsoft download has a digital signature associated with them, showing a date and time of when the exe was built.
    According to what is shown below, IE8 for Windows Server 2003 has been around since Sunday, March 08, 2009.
    So, what has adobe been doing since March of 2009?  IE8 has been 64 bit for well over 2 years now (it will be 3 in March of 2012). While I know that it does take time to develop new applications, I don't think it would take 3 years for Adobe to come up with a 64 bit version of Reader that could have been built under the 64 bit platform.
    --Brian

  • How to configure Oracle SSO for forms and apex

    Hi All,
    I am trying to configure oracle SSO for forms and apex using third party external authentication. Please help me how to configure. I a have tried all possible things
    from web but I am not able to do it. Is there any doc or links are much appreciated.
    Info: Some reason my oiddas web link is not working it used to work fine before and also the from /pls/orasso/ link I am not able to login may be because of my oiddas issue
    Thanks

    Hi Andreas,
    Thanks you for your help. I am trying to implement third party external LDAP authentication for APEX and Forms.
    So I started with OID and SSO setup to create external Partner Applications. Some reason my oid and sso web login links are not working. I didn't find any errors. I need some help in finding the problem and direction, I already read docs on web but no proper direction. I appreciate your help.
    Thanks

  • How to install Dual OS(solaris 10 and Windows XP)?

    I have got a 80 gb sata hard disk and i am not able to install Dual OS(solaris and Windows XP ) on it.My Partitions are as follows:
    Primary partition-5GB
    Remaining are extended Partition.
    Extended partition details
    8 gb NTFS partition(installed windows XP)
    7 gb NTFS partiton(No data in it)
    20 gb NTFS partition(No data in it)
    20 gb NTFS partiton(has data in it)
    15 gb RAW partiton
    I first installed Windows xp on 8 gb Extended partiton.Then when i installed Solaris i could see only 2 partitons.One with the 5 gb and the other with the 71 gb.I actually wanted to install my solaris on the 15 gb Raw partition.Since i could not see the partition(15 gb Raw) i installed solaris on the 5 gb partition.Now when the comp boots it goes to solairs os only.i dont have the option to choose windows at all.
    could any one of you explain me how the partitions are supposed to be and how could i make it as a Dual OS.
    Saravanan
    Message was edited by:
    SaravananMandala

    Windows uses the primary partiton for boot, too, even if you installed it on the NTFS volume in the extended partition. Wherever you install Windows, it will need the primary partition for booting. You can never boot from Windows extended partitions
    As for the 15Gb raw partition, it look like what you call 'RAW partition' is actually just a small little part inside the extended partition. All your NTFS partitions (and your RAW partiton) are logical volumes and they all reside inside the extended partition. Even though Windows sees them as separate drives, each with its own drive letter, just as it sees the primary partition.
    You may try do use Windows fdisk or diskpart to delete the last logical volume in the extended partition, and then get the ntfs resize tool from Linux, or the CD1 from the Debian Linux install CDs, which has it included and accessible with a nice user interface, and resize your extended partition.
    I don't know if it works, I only used it to also resize some logical volume inside the partition. ntfs resize tool might not be easy to work with, you will need to read its documentation, but it does resize NTFS partitions (I have seen it).
    If it works, then you will have your 15Gb as unallocated space available for a new partition. Let the Solaris installer create this new partition automatically during install.
    Timothy Madden,
    Romania

  • How to configure postfix in Solaris 10?

    Hi guys,
    I need doc or link on how to configure postfix(mail send from server has to be forwarded to mail host which takes care of delivery) in Solaris 10 as i am facing issues with sendmail. I tried googling but couldnt find out any useful stuff.
    Thanks in adavance...

    http://www.postfix.org/documentation.html

  • Sun Solaris X86 and 10.2

    Hello,
    do anybody know when 10.2.0.1 for 10.2 Solaris x86 will be available?
    I did not find any informations on metalink....
    Thanks and Regards

    Hi,
    Certification for 10gR2 on Solaris Operating System x86 Version 10 is planned for february 2006...
    Nicolas.

  • How to configure a COM domain, IPv4 and IPv6

    Hi,
    I am a new user on the Mac Server, but I have experience in Linux, my problem would be to understand how I configure the Mac Mini Server during installation or after installation, to assign a COM domain.
    I would like to configure only the service Apache, FTP, MySQL.
    My internet provider, today provided me 4 static IPs IPv4 and 4 IPv6, to use, now I want also to configure two local DNS if possible:
    IPv4:
    www.mydomain.com
    ftp.mydomain.com
    mysql.mydomain.com
    IPv6:
    www6.mydomain.com
    For if I can configure DNS in Dual Stack or if I have to record them in a different way.
    A control panel is currently not able to find it, you can advise me if something is well accepted, the important it is for business use as I would like to configure the server is for private use.
    I hope I was clear, I'm sorry but I do not speak perfect English.
    Thanks in advance to all.

    To be clear, in your example you only have one domain - mydomain.com - all the other entries are just host records within that domain.
    For your IPv4 hosts just add standard A records:
    ftp  A  1.2.3.4
    www   A   1.2.3.5
    mysql  A  1.2.3.6
    For your IPv6 hosts just add AAAA records:
    www6    AAAA 1234::ab:cd:ef
    I seriously doubt you want to put your MySQL server on a public IP address, though, so I'd look carefully at your network setup before going much further.

  • How to configure Appointment, Phone Calls,Task and Emails

    HI All,
    I have requirement to build the Appointment, Task, Phone Calls and Emails as in the standard.
    Same like it is available in the Opportunity Sales Activity.
    Can you please suggest how to configure the same
    Thanks & Regards,
    Malkit Singh

    Hello Malkit,
    Does this blog from Alessandro Iannacci helps you?
    HTH,
        Horst

  • How to configure default gateway Solaris 9

    How to configure default gateway using /etc/gateways file (NO /etc/defaultrouter).
    The line "net default gateway ip_router metric 1 passive" produce the following error message:
    in.routed: bad net "default" in /etc/gateways entry "net default gateway ip_router metric 1 passive"--cannot be default.
    With Solaris 8 is ok.
    Can you help me.

    you've probably worked this out by now, but this may help others;
    net 0.0.0.0 gateway x.x.x.x metric 1 passive
    * x.x.x.x = your gateway IP

Maybe you are looking for

  • Can a dead MacBook Pro be used as a target disk?

    I have a Santa Rosa MacBook Pro, 15 inch display, with 250 GB and nVidia GeForce 8800 GT. A few weeks ago I left it to sleep, and the battery eventually drained (the blinking ceased). Now, if I plug in the charger, the light is always green (so are t

  • ICloud has sorted my Contacts in Outlook by the Persons name rather than the entry in the "File As" box.

      Is there a sort setting that I am missing?

  • Font change in browser

    here's a curious question. i've just built my first simple flash animation and it works well on new versions of IE, Safari, Netscape and Firefox. But i'm in australia and i went to an older computer with what i assume is an older version of IE, and t

  • Flash video weird look on iWeb

    It's new , when i open my project iWeb 8 version 2.03 all my Flash movie look Weird. I use "Widjet and Fragment HTML" put the code inside the result very strange? The movie go like "flash faster" on, off on off on off like disco dance light faster. W

  • Record Builtins with Procedure Block?

    Hello, My block was created with the Forms 9i Data Block Wizard. It is based on stored procedures. The query method result set is a PL/SQL Table type. The block is tabular and it has a scroll bar. EXECUTE_QUERY works fine. It displays all records mat