Hello,

I copied site/sample-config.pl to site/config.pl, and it fails,
it says push_value does not exist for $u (or something).

I write software for living but I don't do perl.

I replaced all of push_value with something like

$u->push_value( 'foo', 'bar',  sub { return lookup_property('baz'); });

to

$u->{'foo'}->{'bar'} = sub { return lookup_property('baz'); };

but, as I said, I don't know much about perl.

Now, the installation fails as:

Found ComputerName for Defalut: *
Found FullName for Default: Administarator
Found OrgName for Default: "WCE"
Use of uninitialized value $path in exists at 
/z/lib/Unattended/WinMedia.pm line 28.
do /z/site/config.pl failed: internal error converting path '\amd64' at 
/z/dosbin/install.pl line 45.

a - is this "sample-config.pl" supposed to work as is?
  if so what am I doing wrong?

b - what is the failure?
  As I don't know much about perl, it's a bit of mystery but I think 
amd64 is coming from lib/Unattended/WinMedia.pm but I'm not sure what is 
triggering the failure.
  Since I can see ComputerName, FullName and OrgName, I'm gussing some 
of them in config.pl is right.

-- Tai, on behalf of World Computer Exchange
Naoyuki "Tai" Tai, ntai a t smartfruit d o t com


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to