New Build but old problem fatal error on allinoneconfigure

View: New views
2 Messages — Rating Filter:   Alert me  

New Build but old problem fatal error on allinoneconfigure

by Xiaojun Chen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello everybody,
 
I am new to VOCAL. I just download the source code (1.5.0 ) and compliled it in my Redhat 9.0 i386 PC.
 
The compile goes well and I got the congratulation page after I run make install. However I run into problem when I try to run the allinoneconfigure.
 
I search the archived vocal archive and looks like quite a few people run into the same issue.
 
I have tried all the solution that I found online including
 
1. Change the hosts file (below is the snippet of my hosts file)
       
        127.0.0.1 localhost.localadmin localhost
        71.39.92.137 davchenvocal.qwest.net davchenvocal
 
2. Change the  /usr/local/vocal/bin/vocald script
 just after line 1130.
# we use the safe version to avoid shell fun>        
         $cmd =~ s/\s{2,}/ /g;
           my @cmd = split(/\s/, $cmd);
         exec(@cmd);
         &abort("failed to execute $cmd");
 3. I also tried by changing the line 76 of the  initalprovdata.pl
from
$local_ip = "$a.$b.$c.$d";
to
 $local_ip = " 71.39.92.137";
4. There are some people talking about set the LD_LIBRARY_PATH
I down load the source code in /Applicaiton/VocalSrc and complile there.
So I also add the LD_LIBRARY_PATH=/Application/VocalSource/vocal/contrib
  After all these effort, I still get the annoying error.
 
Could anyone shed some light on this issue?
 
Thx a lot,
David
 
The copy of the error I got is below.
 
 
 
 
> Generating RSA private key, 512 bit long modulus
> ...............++++++++++++
> .++++++++++++
> e is 65537 (0x10001)
> Using configuration from /tmp/mkreq.txt.3930
> Using configuration from /usr/share/ssl/openssl.cnf
> could not set ListOfFeatureServers at
>
/usr/local/vocal/bin/allinoneconfigure/initalprovdata.pl
> line 161, <STDIN> line 3.
>
>
>    **********************    FATAL ERROR  
> **********************
>
>      
>
/usr/local/vocal/bin/allinoneconfigure/initalprovdata.pl
> exited with an error:
>
>    **********************    FATAL ERROR  
> **********************
>
>
> aborted while running
>   Creating configuration files...
   

               
---------------------------------
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.
_______________________________________________
vocal mailing list
vocal@...
To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal

Parent Message unknown Re: New Build but old problem fatal error on allinoneconfigure

by messa@innsof.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Xiaojun Chen

  try this:
in /etc/hosts, put the IP adress of your machine in the first line like
the suitable example.

71.39.92.137    davchenvocal.qwest.net     localhost
127.0.0.1 localhost.localdomain   localhost

I think, it will work for you!

                                Serge!





Date: Mon, 20 Feb 2006 19:01:29 -0800 (PST)
 From: Xiaojun Chen <xiaojun75@...>
 Subject: [Vocal] new build but old problem. allinoneconfigure's fatal
  error.
 To: vocal@...
 Message-ID: <20060221030129.91998.qmail@...>
 Content-Type: text/plain; charset=iso-8859-1

 Hello everybody,

   I am new to VOCAL. I just download the source code (1.5.0 ) and
 compliled it in my Redhat 9.0 i386 PC.

   The compile goes well and I got the congratulation page after I run make
 install. However I run into problem when I try to run the
 allinoneconfigure.

   I search the archived vocal archive and looks like quite a few people
 run into the same issue.

   I have tried all the solution that I found online including

   1. Change the hosts file (below is the snippet of my hosts file)

           127.0.0.1 localhost.localadmin localhost
         71.39.92.137 davchenvocal.qwest.net davchenvocal

   2. Change the  /usr/local/vocal/bin/vocald script
  just after line 1130.
 # we use the safe version to avoid shell fun>
            $cmd =~ s/\s{2,}/ /g; The added code.
          my @cmd = split(/\s/, $cmd);
          exec(@cmd);
          &abort("failed to execute $cmd");
    3. I also tried by changing the line 76 of the  initalprovdata.pl
   from
 $local_ip = "$a.$b.$c.$d";
 to
  $local_ip = " 71.39.92.137";
   4. There are some people talking about set the LD_LIBRARY_PATH
   I down load the source code in /Applicaiton/VocalSrc and complile there.
   So I also add the LD_LIBRARY_PATH=/Application/VocalSource/vocal/contrib

   After all these effort, I still get the annoying error.

   Could anyone shed some light on this issue?

   Thx a lot,
   David

   The copy of the error I got is below.



 Generating RSA private key, 512 bit long modulus
 ...............++++++++++++
 .++++++++++++
 e is 65537 (0x10001)
 Using configuration from /tmp/mkreq.txt.3930
 Using configuration from /usr/share/ssl/openssl.cnf
 could not set ListOfFeatureServers at

/usr/local/vocal/bin/allinoneconfigure/initalprovdata.pl
 line 161, <STDIN> line 3.


    **********************    FATAL ERROR
 **********************


 /usr/local/vocal/bin/allinoneconfigure/initalprovdata.pl
 exited with an error:

    **********************    FATAL ERROR
 **********************


 aborted while running
   Creating configuration files...



 ---------------------------------

  What are the most popular cars? Find out at Yahoo! Autos

 ------------------------------

 Message: 5
 Date: Tue, 21 Feb 2006 09:19:12 -0800 (PST)
 From: Xiaojun Chen <xiaojun75@...>
 Subject: [Vocal] New Build but old problem fatal error on
  allinoneconfigure
 To: vocal@...
 Message-ID: <20060221171912.8155.qmail@...>
 Content-Type: text/plain; charset=iso-8859-1

 Hello everybody,

 I am new to VOCAL. I just download the source code (1.5.0 ) and compliled
 it in my Redhat 9.0 i386 PC.

 The compile goes well and I got the congratulation page after I run make
 install. However I run into problem when I try to run the
 allinoneconfigure.

 I search the archived vocal archive and looks like quite a few people run
 into the same issue.

 I have tried all the solution that I found online including

 1. Change the hosts file (below is the snippet of my hosts file)

         127.0.0.1 localhost.localadmin localhost
         71.39.92.137 davchenvocal.qwest.net davchenvocal

 2. Change the  /usr/local/vocal/bin/vocald script
  just after line 1130.
 # we use the safe version to avoid shell fun>
          $cmd =~ s/\s{2,}/ /g;
            my @cmd = split(/\s/, $cmd);
          exec(@cmd);
          &abort("failed to execute $cmd");
  3. I also tried by changing the line 76 of the  initalprovdata.pl
 from
 $local_ip = "$a.$b.$c.$d";
 to
  $local_ip = " 71.39.92.137";
 4. There are some people talking about set the LD_LIBRARY_PATH
 I down load the source code in /Applicaiton/VocalSrc and complile there.
 So I also add the LD_LIBRARY_PATH=/Application/VocalSource/vocal/contrib
   After all these effort, I still get the annoying error.

Could anyone shed some light on this issue?

 Thx a lot,
 David

 The copy of the error I got is below.




 Generating RSA private key, 512 bit long modulus
 ...............++++++++++++
.++++++++++++
 e is 65537 (0x10001)
 Using configuration from /tmp/mkreq.txt.3930
 Using configuration from /usr/share/ssl/openssl.cnf
 could not set ListOfFeatureServers at

/usr/local/vocal/bin/allinoneconfigure/initalprovdata.pl
 line 161, <STDIN> line 3.


    **********************    FATAL ERROR
**********************



/usr/local/vocal/bin/allinoneconfigure/initalprovdata.pl
 exited with an error:

    **********************    FATAL ERROR
 **********************


 aborted while running
   Creating configuration files...


---------------------------------
  Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on
 new and used cars.

 ------------------------------

 _______________________________________________
 vocal mailing list
 vocal@...
 To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal


 End of vocal Digest, Vol 24, Issue 4
 ************************************



_______________________________________________
vocal mailing list
vocal@...
To unsubscribe, please go to http://www.vovida.org/mailman/listinfo/vocal
LightInTheBox - Buy quality products at wholesale price!