Displaying 5 results from an estimated 5 matches for "hamidi".
Did you mean:
hamid
2005 Dec 21
3
Checkbox readonly
I declare some checkboxes :
<%= check_box_tag ''offers[]'', offer.id ,
@params[:offers].include?(offer.id.to_s) ,:readonly=>true %>
the result is :
<input checked="checked" id="offers[]" name="offers[]"
readonly="readonly" type="checkbox" value="1" />
But readonly doesn''t work ???
--
Posted
2017 Jun 23
2
RHEL6.5 cluster system library and home library
System: Red Hat Enterprise Linux Server release 6.5 (Santiago)
I?m working on a RHEL6.5 cluster with no EPEL or root access to install EPEL.
I have installed zlib 1.2.11 (and other necessary libraries) in my home directory.
Problem is the cluster has an older zlib library (1.2.4) and R does not accept that. How can I force configure to look in my home/[username]/packages/lib for zlib?
2017 Jun 23
0
RHEL6.5 cluster system library and home library
On Fri, 2017-06-23 at 14:41 +0000, Hamidi, Bashir wrote:
> System: Red Hat Enterprise Linux Server release 6.5 (Santiago)
>
> I?m working on a RHEL6.5 cluster with no EPEL or root access to
> install EPEL.
Can't you talk to your system administrator?
> I have installed zlib 1.2.11 (and other necessary libraries) in my...
2017 Jun 22
1
hpc r configure not recognizing zlib
System: Red Hat Enterprise Linux Server release 6.5 (Santiago)
I?ve installed zlib 1.2.11 on the home folder of a Red Hat HPC as part of the process for installing R base 3.4.0.
I get this error even after successful install of zlib
checking for inflateInit2_ in -lz... no
checking whether zlib support suffices... configure: error: zlib library and headers are required
I?ve checked R
2017 Jun 22
0
HPC R configure not recognizing zlib
System: Red Hat Enterprise Linux Server release 6.5 (Santiago)
I?ve installed zlib 1.2.11 on the home folder of a Red Hat HPC as part of the process for installing R base 3.4.0.
I get this error even after successful install of zlib
checking for inflateInit2_ in -lz... no
checking whether zlib support suffices... configure: error: zlib library and headers are required
I?ve checked R