Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]12431[/thread]

Fragen zu Cpan-Shell-Konfiguration



<< >> 4 Einträge, 1 Seite
catweasel
 2008-09-02 13:29
#114200 #114200
User since
2008-08-29
13 Artikel
BenutzerIn
[default_avatar]
Hi,

kann mir jemand dazu etwas sagen:

Use CPAN::SQLite if available? (yes/no)? [no]"
Soll man hier mit yes antworten?

"CPAN: Time::HiRes loaded ok (v1.9711)
Both YAML.pm and YAML::Syck are capable of deserialising code. As this requires
a string eval, which might be a security risk, you can use this option to
enable or disable the deserialisation of code."
Was bedeutet deserialisation?

Was bewirkt der -j3 Parameter beim make-command?
(habe einen Dualcore, bekommte aber bei gesetztem -j3 Fehlermeldungen bei sudo make)

Bei 'make install' stehen für "cautious people" drei Möglichkeiten zur Auswahl:
- su root -c make
- sudo make
- /path1/to/sudo -u admin_account /path2/to/make
gibt es hier wesentliche Unterschiede (mit einer Sudoerseinstellung, die bei "sudo make" das Rootpasswort verlangt)

Soll man bei 'make install' und './Build install' "uninstall conflicting files" aktivieren?
moritz
 2008-09-02 13:36
#114201 #114201
User since
2007-05-11
923 Artikel
HausmeisterIn
[Homepage]
user image
catweasel+2008-09-02 11:29:00--
Use CPAN::SQLite if available? (yes/no)? [no]"
Soll man hier mit yes antworten?


Ich glaube nicht, dass das einen großen Unterschied macht. Insbesondere wenn du CPAN::SQLite nicht installiert hast.

Quote
"CPAN: Time::HiRes loaded ok (v1.9711)
Both YAML.pm and YAML::Syck are capable of deserialising code. As this requires
a string eval, which might be a security risk, you can use this option to
enable or disable the deserialisation of code."
Was bedeutet deserialisation?


Serialization: Datenstrukturen in Textform bringen
Deserialization: Den Text wieder in die ursprünglichen Datenstrukturen übersetzen

Quote
Was bewirkt der -j3 Parameter beim make-command?
(habe einen Dualcore, bekommte aber bei gesetztem -j3 Fehlermeldungen bei sudo make)


-j gibt die Anzahl der parallel gestarteten Jobs an.
nepos
 2008-09-02 15:29
#114202 #114202
User since
2005-08-17
1420 Artikel
BenutzerIn
[Homepage] [default_avatar]
Zu -j3 siehe auch die Manpage zu make.
catweasel
 2008-09-02 15:38
#114203 #114203
User since
2008-08-29
13 Artikel
BenutzerIn
[default_avatar]
uninstall conflicting files - sollte ich das aktivieren?
<< >> 4 Einträge, 1 Seite



View all threads created 2008-09-02 13:29.