Sponsored Content
Operating Systems Solaris Problem in installing sybase 12.5 on solaris 10 Post 302195844 by arjunreddy3 on Friday 16th of May 2008 04:02:01 AM
Old 05-16-2008
just u try dis cmd

#./install
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem installing Solaris 8 on VMware 2.0.3

Hi folks! i've just downloaded the three SOlaris 8 Free install-CDs, then went to install it in a VM on VMware 2.0.3, okay DCA and CD inserted, DCA configured all devices - THEN at the selection of the boot device - selected CD - getting DISK READ ERROR at sector 120. Can anyone help?!!!... (1 Reply)
Discussion started by: __kernelpanic
1 Replies

2. Solaris

problem with installing Solaris 10 on x86 stand-alone computer

hi. I'm using Intel-based processor for my stand-alone computer running Windows XP Professional with a broadband connection. By navigating through Solaris 10 documentations via the following paths: 'Solaris 10 Release and Installation Collection' > 'Solaris 10 Installation Guide: Basic... (5 Replies)
Discussion started by: ninelives1980
5 Replies

3. UNIX for Dummies Questions & Answers

Problem installing Solaris 8 on x86

I am trying to install Solaris 8 on a pentium based machine with hardware listed on the HCL. I am booting off of Solaris 8 CD1 and getting to the webstart portion of the installation. However, after selecting option 1 for Interactive Installation, the screen goes to a white screen with blinking... (0 Replies)
Discussion started by: subminimal
0 Replies

4. Solaris

Problem installing Solaris 9

Hi all, i am new in solaris, i have a solris server Ultra 60, when i turn on the server show me the follow error: Bad magic number in disk label can`t open disk label package Boot device: net File and args: Timeouot waiting for ARP/RARP packet Timeouot waiting for ARP/RARP packet .... I... (3 Replies)
Discussion started by: elimunoz
3 Replies

5. Solaris

Problem installing Solaris on a V890 using flash

I am trying to use a flash image to install a v890. I have the image on another box. I am trying to use ftp to pull down the image. But, when i go though the install, choose flash, enter the ftp info, it can not ever connect to the server. I've never had this trouble before. There are 4... (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

6. Solaris

Install DBD-Sybase on Solaris

Hi, I am facing problems in installing DBD-Sybase. Makefile.PL runs fine. Don't get any errors while running make. But make test gives many errors as below. sailfish@st-kvar02 -> perl Makefile.PL Sybase OpenClient 12.5.1 found. By default DBD::Sybase 1.05 and later use the 'CHAINED' mode... (0 Replies)
Discussion started by: nalina.hv
0 Replies

7. Solaris

problem installing solaris 10

I tried to install solaris 10 on a Netra T2000 server. From prompt ok, I entered "boot cdrom - install" command. Then, things seems to work normally. Except that nothing happend after displaying "Configuring the /devices". It seems that, installation never arrived to configure /devices. ... (4 Replies)
Discussion started by: Thom
4 Replies

8. Solaris

Problem installing Solaris 10

Hello to everybody, I`m Trying to install solaris 10 in a e3000 sun sparc.I have to create a instalation server, because de scsi cdrom doesn`t work.When i am in the prompt and write boot net, everything is going great i see the banner ( Solaris 5.10 64 bits version bla bla bla) but sudenly stop... (8 Replies)
Discussion started by: enkei17
8 Replies

9. Solaris

Facing problem with installing CF engine software in solaris 10

Dear experts, I am using solaris 10 OS.I am installing CF engine software in the server while doing so ,i am getting following error checking for BerkeleyDB location in default... configure: error: >> Cannot find BerkeleyDB I am installing the Berkely DB 5.3.I am strugging... (1 Reply)
Discussion started by: muraliinfy04
1 Replies
apache_mod_perl-108~358::mod_perl-2.0.7::docs::api::ApacUser:Contributed Peapache_mod_perl-108~358::mod_perl-2.0.7::docs::api::Apache2::Command(3)

NAME
Apache2::Command - Perl API for accessing Apache module command information Synopsis use Apache2::Module (); use Apache2::Command (); my $module = Apache2::Module::find_linked_module('mod_perl.c'); for (my $cmd = $module->cmds; $cmd; $cmd = $cmd->next) { $cmd->args_how(); $cmd->errmsg(); $cmd->name(); $cmd->req_override(); } Description "Apache2::Command" provides the Perl API for accessing Apache module command information API
"Apache2::Command" provides the following functions and/or methods: "args_how" What the command expects as arguments: $how = $cmd->args_how(); obj: $cmd ( "Apache2::Command object" ) ret: $how ( "Apache2::Const :cmd_how constant" ) The flag value representing the type of this command (i.e. "Apache2::Const::ITERATE", "Apache2::Const::TAKE2"). since: 2.0.00 "errmsg" Get usage message for that command, in case of syntax errors: $error = $cmd->errmsg(); obj: $cmd ( "Apache2::Command object" ) ret: $error ( string ) The error message since: 2.0.00 "name" Get the name of this command: $name = $cmd->name(); obj: $cmd ( "Apache2::Command object" ) ret: $name ( string ) The command name since: 2.0.00 "next" Get the next command in the chain of commands for this module: $next = $cmd->next(); obj: $cmd ( "Apache2::Command object" ) ret: $next ( "Apache2::Command object" ) Returns the next command in the chain for this module, "undef" for the last command. since: 2.0.00 "req_override" What overrides need to be allowed to enable this command: $override = $cmd->req_override obj: $cmd ( "Apache2::Command object" ) ret: $override ( "Apache2::Const :override constant" ) The bit mask representing the overrides this command is allowed in (i.e "Apache2::Const::OR_ALL"/"Apache2::Const::ACCESS_CONF"). since: 2.0.00 For example: use Apache2::Const -compile => qw(:override); $cmd->req_override() & Apache2::Const::OR_AUTHCFG; $cmd->req_override() & Apache2::Const::OR_LIMIT; See Also mod_perl 2.0 documentation. Copyright mod_perl 2.0 and its core modules are copyrighted under The Apache Software License, Version 2.0. Authors The mod_perl development team and numerous contributors. perl v5.16.2 2011-02apache_mod_perl-108~358::mod_perl-2.0.7::docs::api::Apache2::Command(3)
All times are GMT -4. The time now is 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy