I have been trying to install Net::SFTP. It has various dependencies including Math::Pari and Math::GMP. Whenever I try to run "make test" on the build for Math::GMP, I receive the following:
make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/gmppm....dyld: /usr/bin/perl Undefined symbols: ___gmpz_add ___gmpz_add_ui ___gmpz_and ___gmpz_clear ___gmpz_cmp ___gmpz_fac_ui ___gmpz_fdiv_q ___gmpz_fdiv_q_2exp ___gmpz_fdiv_r ___gmpz_fdiv_r_2exp ___gmpz_fib_ui ___gmpz_gcd ___gmpz_get_si ___gmpz_get_str ___gmpz_init ___gmpz_init_set ___gmpz_init_set_str ___gmpz_ior ___gmpz_jacobi ___gmpz_mod ___gmpz_mul ___gmpz_mul_2exp ___gmpz_pow_ui ___gmpz_powm ___gmpz_sizeinbase ___gmpz_sqrt ___gmpz_sub ___gmpz_tdiv_qr ___gmpz_tstbit ___gmpz_xor t/gmppm....dubious I have reinstalled gmp several times to no avail. I'm assuming I'm not including some include command in the proper location. Any assistance would be greatly appreciated. Thank you for your time. Sincerely, Josh [EMAIL PROTECTED]
