Changes between Initial Version and Version 1 of Ticket #31716


Ignore:
Timestamp:
Oct 22, 2011, 10:27:06 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It sounds like you're not using MacPorts php. What is the output of these commands:

port installed name:libxml name:php
which php

Remember to use WikiFormatting in your replies -- enclose things you paste from the terminal in {{{ and }}}.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31716

    • Property Cc ryandesign@… added
  • Ticket #31716 – Description

    initial v1  
    1616I get the following when I check the version through Macports:
    1717
     18{{{
    1819imac:~ barry$ port search libxml
    1920
     
    2324libxml2 @2.7.8 (textproc)
    2425gnome xml library
    25 
     26}}}
    2627
    2728
     
    3031However, when I use grep I get the following:
    3132
     33{{{
    3234imac:/Users barry$ php -i | grep libxml
    3335libxml Version => 2.6.16
    3436libxml
    3537libxml2 Version => 2.6.16
    36 
     38}}}
    3739
    3840So there are obviously 2 versions of libxml2 sitting on my Mac, and the wrong one is being used. I have searched around forums, and think that the answer may lie in a Symlink, but I do not know what I am doing with this. (I need this spelling out hin simple instructions. lol)