
rotoole at gmail
Apr 27, 2012, 2:18 PM
Views: 713
Permalink
|
|
Re: Issue setting BRICOLAGE_ROOT environment variable OR perhaps not...
[In reply to]
|
|
Looks like it's just trying to call a method in the Carp module: 364 if (-e $conf_file) { 365 unless (open CONF, $conf_file) { 366 require Carp; 367 Carp::croak "Cannot open $conf_file: $!\n"; 368 } 457 } else { 458 require Carp; 459 Carp::croak "Invalid SSL_ENABLE directive: '$ssl'" 460 unless $ssl eq 'mod_ssl' or $ssl eq 'apache_ssl'; 461 } ryan On Tue, Apr 24, 2012 at 11:20 AM, David E. Wheeler <david [at] justatheory>wrote: > On Apr 23, 2012, at 10:28 PM, Ryan O'Toole wrote: > > > sudo /usr/local/bricolage/bin/bric_apachectl start > > String found where operator expected at > > /usr/local/bricolage/lib/Bric/Config.pm line 367, near "Carp::croak > "Cannot > > open $conf_file: $!\n"" > > (Do you need to predeclare Carp::croak?) > > String found where operator expected at > > /usr/local/bricolage/lib/Bric/Config.pm line 459, near "Carp::croak > > "Invalid SSL_ENABLE directive: '$ssl'"" > > (Do you need to predeclare Carp::croak?) > > What is around lines 367 and 459 in > /usr/local/bricolage/lib/Bric/Config.pm? > > David > >
|